Skip to content

Commit

Permalink
Adding the eval to force variable expansion.
Browse files Browse the repository at this point in the history
Closes nvie#50
  • Loading branch information
Zoramite committed Oct 14, 2011
1 parent be5dabf commit 05c4dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-release
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ cmd_finish() {
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
Expand Down

0 comments on commit 05c4dbc

Please sign in to comment.