mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-27 07:14:48 +00:00
Merge pull request #4155
b1f0be0 build: fix: remove error output (harry)
This commit is contained in:
commit
8b542d5874
@ -16,7 +16,7 @@ fi
|
||||
DESC=""
|
||||
SUFFIX=""
|
||||
LAST_COMMIT_DATE=""
|
||||
if [ -e "$(which git)" -a -d ".git" ]; then
|
||||
if [ -e "$(which git 2>/dev/null)" -a -d ".git" ]; then
|
||||
# clean 'dirty' status of touched files that haven't been modified
|
||||
git diff >/dev/null 2>/dev/null
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user