mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Merge pull request #173 from guymguym/patch-1
Missing shift in dockcross -- command [args]
This commit is contained in:
commit
5f1de3ba03
@ -98,6 +98,7 @@ while [[ $# != 0 ]]; do
|
||||
case $1 in
|
||||
|
||||
--)
|
||||
shift
|
||||
break
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user