Skip to content

Commit f7e88c3

Browse files
committed
Merge pull request #3293 from onlyjob/master
Provide build time when building from tarball:
2 parents 34f5b0a + ef1e984 commit f7e88c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

share/genbuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ else
1313
exit 1
1414
fi
1515

16+
TIME=$(date '+%F %T %z')
17+
1618
if [ -e "$(which git)" -a -d ".git" ]; then
1719
# clean 'dirty' status of touched files that haven't been modified
1820
git diff >/dev/null 2>/dev/null

0 commit comments

Comments
 (0)