Browse Source

Merge pull request #4155

b1f0be0 build: fix: remove error output (harry)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
8b542d5874
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      share/genbuild.sh

2
share/genbuild.sh

@ -16,7 +16,7 @@ fi @@ -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…
Cancel
Save