diff options
author | Daniel Baumann <daniel@debian.org> | 2008-01-18 09:52:04 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:35:57 +0100 |
commit | bc23f611309e4f82dc1c7a7936678403e92875b6 (patch) | |
tree | d8012ff89c6e81d84920057ab003fb5e0b6cccfc | |
parent | f224359bb10015ca030d5b6e6cf5739b51319d0f (diff) | |
download | vyos-live-build-bc23f611309e4f82dc1c7a7936678403e92875b6.tar.gz vyos-live-build-bc23f611309e4f82dc1c7a7936678403e92875b6.zip |
Removing unintendet set -x.
-rwxr-xr-x | helpers/lh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh b/helpers/lh index 581e5f9e8..511cacd1f 100755 --- a/helpers/lh +++ b/helpers/lh @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh # live-helper(1) - utility to build Debian Live systems # Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org> |