This commit is contained in:
Pascal Vizeli 2017-06-29 10:23:02 +02:00
parent 3cf007b8de
commit 9b13548a86

View file

@ -54,7 +54,7 @@ while [[ $# -gt 0 ]]; do
shift shift
;; ;;
-b|--branch) -b|--branch)
BRANCH=$1 BRANCH=$2
shift shift
;; ;;
*) *)