Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169982288
D712.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
499 B
Referenced Files
None
Subscribers
None
D712.diff
View Options
Index: head/Mk/Scripts/check-stagedir.sh
===================================================================
--- head/Mk/Scripts/check-stagedir.sh
+++ head/Mk/Scripts/check-stagedir.sh
@@ -49,6 +49,10 @@
fi
fi
+ # Strip (owner,group,perm) from keywords
+ line="$(printf %s "$line" \
+ | sed -Ee 's/^@\([^)]*\)[[:space:]]+//' \
+ -e 's/^(@[[:alpha:]]+)\([^)]*\)[[:space:]]+/\1 /')"
case $line in
@dirrm*|'@unexec rmdir'*|'@unexec /bin/rmdir'*)
line="$(printf %s "$line" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 4, 4:30 AM (11 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38187127
Default Alt Text
D712.diff (499 B)
Attached To
Mode
D712: Support the (owner,group,perm) syntax in check-stagedir.sh
Attached
Detach File
Event Timeline
Log In to Comment