forked from OSchip/llvm-project
Fixed argument parsing in docker scripts.
llvm-svn: 307031
This commit is contained in:
parent
f4ffae91cb
commit
4d7234cc7d
|
@ -65,6 +65,7 @@ while [[ $# -gt 0 ]]; do
|
|||
-r|--revision)
|
||||
shift
|
||||
LLVM_SVN_REV="$1"
|
||||
shift
|
||||
;;
|
||||
-b|--branch)
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue