commit | 115609241f279c738c4ff4f7ace36512591c5c59 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周一 2月 01 21:58:37 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周一 2月 01 21:58:37 2010 +0100 |
tree | 1164bb0bf2bbe4161a91289eaca1815702146eb0 | |
parent | aa6d016ce6e4812f3cf3ce9e2672945f8d884f1a [diff] [blame] |
Fix: bug that caused BRANCH variable not to be set correctly.
diff --git a/git-flow-feature b/git-flow-feature index 2c1c4f3..4d5dc48 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -148,6 +148,7 @@ # read arguments into global variables NAME="$1" BASE="${2:-$DEVELOP_BRANCH}" + BRANCH=$PREFIX$NAME } cmd_start() {