Fixed argument parsing in docker scripts.

llvm-svn: 307031
This commit is contained in:
Ilya Biryukov 2017-07-03 15:16:27 +00:00
parent f4ffae91cb
commit 4d7234cc7d
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ while [[ $# -gt 0 ]]; do
-r|--revision)
shift
LLVM_SVN_REV="$1"
shift
;;
-b|--branch)
shift