From 87426f616545d1dcafe7d73d2e541fd4949a19da Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Nov 2007 17:55:28 +0100 Subject: [PATCH] Disabling global arguments in lh_clean (Closes: #451960). --- helpers/lh_clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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