Merge pull request #173 from guymguym/patch-1

Missing shift in dockcross -- command [args]
This commit is contained in:
Matt McCormick 2017-10-29 15:10:09 -05:00 committed by GitHub
commit 5f1de3ba03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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