mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Fixed argument parsing in docker scripts.
llvm-svn: 307031
This commit is contained in:
parent
a2a3a552dd
commit
11857e40e8
@ -65,6 +65,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
-r|--revision)
|
-r|--revision)
|
||||||
shift
|
shift
|
||||||
LLVM_SVN_REV="$1"
|
LLVM_SVN_REV="$1"
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
-b|--branch)
|
-b|--branch)
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user