commit | 7c7dc35c05247d5c5cf51b5bc1e1f0130cdb4a71 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周一 7月 11 17:06:26 2011 +0200 |
committer | Vincent Driessen <vincent@datafox.nl> | 周一 7月 11 17:06:26 2011 +0200 |
tree | 060b5f25bd9190b7567fe209d70969cc6217f1c9 | |
parent | 3d127721a0c4afecfca2615bb94fee7ab9e21d22 [diff] | |
parent | 06e854ab1257c87f52632d367cc85345cddb863f [diff] |
Merge branch 'develop' of https://github.com/kixx/gitflow into develop
diff --git a/git-flow b/git-flow index fa87e71..97b1b34 100755 --- a/git-flow +++ b/git-flow
@@ -94,7 +94,7 @@ # in that case, we interpret this arg as a flag for the default # command SUBACTION="default" - if [ "$1" != "" ] && ! echo "$1" | grep -q "^-"; then + if [ "$1" != "" ] && { ! echo "$1" | grep -q "^-"; } then SUBACTION="$1"; shift fi if ! type "cmd_$SUBACTION" >/dev/null 2>&1; then