Skip to content

Commit

Permalink
Fixed argument parsing in docker scripts.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307031 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ilya-biryukov committed Jul 3, 2017
1 parent 7990616 commit 71eff30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/docker/scripts/build_install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ while [[ $# -gt 0 ]]; do
-r|--revision)
shift
LLVM_SVN_REV="$1"
shift
;;
-b|--branch)
shift
Expand Down

0 comments on commit 71eff30

Please sign in to comment.