mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +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)
|
||||
shift
|
||||
LLVM_SVN_REV="$1"
|
||||
shift
|
||||
;;
|
||||
-b|--branch)
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user