BUGFIX: ignore -- as parameter
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
3ea39547a7
commit
37dcda8e3b
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ while [ "$#" -ge 1 ]; do
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
--)
|
--)
|
||||||
|
# ignore the -- itself
|
||||||
|
shift
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue