Skip to content

Commit

Permalink
fix bug in do_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpaulbishop committed Dec 5, 2011
1 parent 921260e commit 686e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-utils/do_release.sh
Expand Up @@ -22,7 +22,7 @@ git_branch()
if [ -f $g/BISECT_LOG ] ; then
r="|BISECTING"
fi
if [ ! b="$(git symbolic-ref HEAD 2>/dev/null)" ] ; then
if ! b="$(git symbolic-ref HEAD 2>/dev/null)" ; then
b="$(cut -c1-7 $g/HEAD)..."
fi
fi
Expand Down

0 comments on commit 686e9fd

Please sign in to comment.