1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 a2a3a552dd
commit 11857e40e8

View File

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