Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164968999
D8923.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
798 B
Referenced Files
None
Subscribers
None
D8923.diff
View Options
Index: head/Mk/Scripts/qa.sh
===================================================================
--- head/Mk/Scripts/qa.sh
+++ head/Mk/Scripts/qa.sh
@@ -83,8 +83,7 @@
shebangonefile "${f}" || rc=1
# Use heredoc to avoid losing rc from find|while subshell
done <<-EOF
- $(find ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin \
- ${STAGEDIR}${PREFIX}/libexec ${STAGEDIR}${PREFIX}/www \
+ $(find ${STAGEDIR}${PREFIX} \
-type f -perm +111 2>/dev/null)
EOF
@@ -104,8 +103,7 @@
fi
# Use heredoc to avoid losing rc from find|while subshell
done <<-EOF
- $(find ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin \
- ${STAGEDIR}${PREFIX}/libexec ${STAGEDIR}${PREFIX}/www \
+ $(find ${STAGEDIR}${PREFIX} \
-type l -exec stat -f "%N${LF}%Y" {} + 2>/dev/null)
EOF
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 6, 4:08 AM (25 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36073508
Default Alt Text
D8923.diff (798 B)
Attached To
Mode
D8923: Check for shebang problems in all directories
Attached
Detach File
Event Timeline
Log In to Comment