Missing shift in dockcross -- command [args]

Otherwise `--` is sent as the command...
This commit is contained in:
Guy Margalit 2017-10-26 15:26:04 +03:00 committed by GitHub
parent 80ccc26e32
commit 4606b71e68

View File

@ -98,6 +98,7 @@ while [[ $# != 0 ]]; do
case $1 in
--)
shift
break
;;