Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171898705
D24136.id69713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
387 B
Referenced Files
None
Subscribers
None
D24136.id69713.diff
View Options
Index: sys/conf/newvers.sh
===================================================================
--- sys/conf/newvers.sh
+++ sys/conf/newvers.sh
@@ -341,7 +341,7 @@
)
vers_content_old=$(cat vers.c 2>/dev/null || true)
if [ "$vers_content_new" != "$vers_content_old" ]; then
- echo "$vers_content_new" > vers.c
+ printf "%s" "$vers_content_new" > vers.c
fi
echo $((v + 1)) > version
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 15, 10:44 AM (21 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38958228
Default Alt Text
D24136.id69713.diff (387 B)
Attached To
Mode
D24136: Fix newvers.sh on macOS 10.15
Attached
Detach File
Event Timeline
Log In to Comment