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

View File

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