Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109993162
D48802.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
374 B
Referenced Files
None
Subscribers
None
D48802.diff
View Options
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -190,7 +190,7 @@
d=$(pwd)
h=${HOSTNAME:-$(hostname)}
if [ -n "$SOURCE_DATE_EPOCH" ]; then
- if ! t=$(date -r $SOURCE_DATE_EPOCH 2>/dev/null); then
+ if ! t=$(date -ur $SOURCE_DATE_EPOCH 2>/dev/null); then
echo "Invalid SOURCE_DATE_EPOCH" >&2
exit 1
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 4:58 AM (21 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16447827
Default Alt Text
D48802.diff (374 B)
Attached To
Mode
D48802: kernel: Print SOURCE_DATE_EPOCH in UTC
Attached
Detach File
Event Timeline
Log In to Comment