Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163383572
D37742.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D37742.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 5:31 PM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35409598
Default Alt Text
D37742.diff (512 B)
Attached To
Mode
D37742: beinstall.sh: Check correct exit status
Attached
Detach File
Event Timeline
Log In to Comment