Commit 11560924 authored by Vincent Driessen's avatar Vincent Driessen

Fix: bug that caused BRANCH variable not to be set correctly.

parent aa6d016c
...@@ -148,6 +148,7 @@ parse_args() { ...@@ -148,6 +148,7 @@ parse_args() {
# read arguments into global variables # read arguments into global variables
NAME="$1" NAME="$1"
BASE="${2:-$DEVELOP_BRANCH}" BASE="${2:-$DEVELOP_BRANCH}"
BRANCH=$PREFIX$NAME
} }
cmd_start() { cmd_start() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment