mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Merge pull request #4946
c65cc8c
build: fix release name strings for gitian builds (Cory Fields)
This commit is contained in:
commit
35e5b5329a
@ -16,7 +16,7 @@ fi
|
|||||||
DESC=""
|
DESC=""
|
||||||
SUFFIX=""
|
SUFFIX=""
|
||||||
LAST_COMMIT_DATE=""
|
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
|
# clean 'dirty' status of touched files that haven't been modified
|
||||||
git diff >/dev/null 2>/dev/null
|
git diff >/dev/null 2>/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user