Merge pull request #3293 from onlyjob/master

Provide build time when building from tarball:
This commit is contained in:
Wladimir J. van der Laan 2013-11-20 23:08:37 -08:00
commit f7e88c39d7
1 changed files with 2 additions and 0 deletions

View File

@ -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