mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01: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
|
||||
fi
|
||||
|
||||
TIME=$(date '+%F %T %z')
|
||||
|
||||
if [ -e "$(which git)" -a -d ".git" ]; then
|
||||
# clean 'dirty' status of touched files that haven't been modified
|
||||
git diff >/dev/null 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user