BUGFIX: ignore -- as parameter

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-07-23 17:37:55 +02:00
parent 3ea39547a7
commit 37dcda8e3b
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ while [ "$#" -ge 1 ]; do
usage
;;
--)
# ignore the -- itself
shift
break
;;
*)