diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-19 17:55:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | e5ac7fb7142df416c6386d80d417a35c4f1563bd (patch) | |
tree | 9584635b097f6a33509c34e8dbb713dfe4b9706e | |
parent | fb791c7ae75b97d3a16cea7a601a8c7aec98cbc4 (diff) | |
download | vyos-live-build-e5ac7fb7142df416c6386d80d417a35c4f1563bd.tar.gz vyos-live-build-e5ac7fb7142df416c6386d80d417a35c4f1563bd.zip |
Disabling global arguments in lh_clean (Closes: #451960).
-rwxr-xr-x | helpers/lh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index 4a5baa4d8..771b852c4 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -22,7 +22,7 @@ DESCRIPTION="clean up system build directories" HELP="" USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]" -Arguments "${@}" +#Arguments "${@}" # Reading configuration files Read_conffile config/common |