From 37dcda8e3b191ceb7f8c8e36ba6468368adf757e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 23 Jul 2009 17:37:55 +0200 Subject: [PATCH] BUGFIX: ignore -- as parameter Signed-off-by: Nico Schottelius --- ccollect.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccollect.sh b/ccollect.sh index ab77bbe..13a3451 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -154,6 +154,8 @@ while [ "$#" -ge 1 ]; do usage ;; --) + # ignore the -- itself + shift break ;; *)