Page MenuHomeFreeBSD

D37742.id.diff
No OneTemporary

D37742.id.diff

diff --git a/tools/build/beinstall.sh b/tools/build/beinstall.sh
--- a/tools/build/beinstall.sh
+++ b/tools/build/beinstall.sh
@@ -181,7 +181,7 @@
# May be a worktree, in which case .git is a file, not a directory.
if [ -e .git ] ; then
- commit_time=$(git show --format='%ct' 2>/dev/null | head -1)
+ commit_time=$(git show -s --format='%ct' 2>/dev/null)
[ $? -ne 0 ] && errx "Can't lookup git commit timestamp"
commit_ts=$(date -r ${commit_time} '+%Y%m%d.%H%M%S')
elif [ -d .svn ] ; then

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 7:04 PM (11 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35409598
Default Alt Text
D37742.id.diff (512 B)

Event Timeline