mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Missing shift in dockcross -- command [args]
Otherwise `--` is sent as the command...
This commit is contained in:
parent
80ccc26e32
commit
4606b71e68
@ -98,6 +98,7 @@ while [[ $# != 0 ]]; do
|
||||
case $1 in
|
||||
|
||||
--)
|
||||
shift
|
||||
break
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user