diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-19 17:55:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-19 17:55:28 +0100 |
commit | 87426f616545d1dcafe7d73d2e541fd4949a19da (patch) | |
tree | 9584635b097f6a33509c34e8dbb713dfe4b9706e | |
parent | d7043ee143d1666bd4cb1082d9f7c8ed21b96f81 (diff) | |
download | vyos-live-build-87426f616545d1dcafe7d73d2e541fd4949a19da.tar.gz vyos-live-build-87426f616545d1dcafe7d73d2e541fd4949a19da.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 |