mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-03 18:54:38 +00:00
Merge pull request #3293 from onlyjob/master
Provide build time when building from tarball:
This commit is contained in:
commit
f7e88c39d7
@ -13,6 +13,8 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
TIME=$(date '+%F %T %z')
|
||||||
|
|
||||||
if [ -e "$(which git)" -a -d ".git" ]; then
|
if [ -e "$(which git)" -a -d ".git" ]; 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…
x
Reference in New Issue
Block a user