mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +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
|
case $1 in
|
||||||
|
|
||||||
--)
|
--)
|
||||||
|
shift
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user