diff options
author | Daniel Baumann <daniel@debian.org> | 2008-01-18 09:52:04 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-01-18 09:52:04 +0100 |
commit | a8998d70d9590a52dd5fa1b0ee756df0b51aee5b (patch) | |
tree | d8012ff89c6e81d84920057ab003fb5e0b6cccfc | |
parent | a0e8e45a4fd70aa23fce51b23b5d62d6d81ddcab (diff) | |
download | vyos-live-build-a8998d70d9590a52dd5fa1b0ee756df0b51aee5b.tar.gz vyos-live-build-a8998d70d9590a52dd5fa1b0ee756df0b51aee5b.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> |