Skip to content

Commit

Permalink
fix release name strings for gitian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPfennig committed Dec 3, 2014
1 parent cb07493 commit 6b67630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/genbuild.sh
Expand Up @@ -16,7 +16,7 @@ fi
DESC=""
SUFFIX=""
LAST_COMMIT_DATE=""
if [ -e "$(which git 2>/dev/null)" -a -d ".git" ]; then
if [ -e "$(which git 2>/dev/null)" -a $(git rev-parse --is-inside-work-tree 2>/dev/null) = "true" ]; then
# clean 'dirty' status of touched files that haven't been modified
git diff >/dev/null 2>/dev/null

Expand Down

0 comments on commit 6b67630

Please sign in to comment.