From e5ac7fb7142df416c6386d80d417a35c4f1563bd Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 19 Nov 2007 17:55:28 +0100
Subject: 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
-- 
cgit v1.2.3