commit | 05c4dbc8a8a8a1a78de12ee0b6ea1d3710fb05bf | [log] [tgz] |
---|---|---|
author | Randy Merrill <Zoramite@gmail.com> | 周四 10月 13 20:28:10 2011 -0700 |
committer | Randy Merrill <Zoramite@gmail.com> | 周四 10月 13 20:28:10 2011 -0700 |
tree | 3254d1c71cf0f1ad0004ba2b957573e6fa9d82b9 | |
parent | be5dabf88e98075b9bc936bfa7de0f54a21a0482 [diff] |
Adding the `eval` to force variable expansion. Closes #50
diff --git a/git-flow-release b/git-flow-release index 08f595b..bb39d52 100644 --- a/git-flow-release +++ b/git-flow-release
@@ -239,7 +239,7 @@ flag sign && opts="$opts -s" [ "$FLAGS_signingkey" != "" ] && opts="$opts -u '$FLAGS_signingkey'" [ "$FLAGS_message" != "" ] && opts="$opts -m '$FLAGS_message'" - git tag $opts "$tagname" || \ + eval git tag $opts "$tagname" || \ die "Tagging failed. Please run finish again to retry." fi fi