Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149548303
D8923.1790447727.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
781 B
Referenced Files
None
Subscribers
None
D8923.1790447727.diff
View Options
Index: Mk/Scripts/qa.sh
===================================================================
--- Mk/Scripts/qa.sh
+++ Mk/Scripts/qa.sh
@@ -75,8 +75,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
@@ -96,8 +95,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
Sat, Sep 26, 6:35 PM (6 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29934734
Default Alt Text
D8923.1790447727.diff (781 B)
Attached To
Mode
D8923: Check for shebang problems in all directories
Attached
Detach File
Event Timeline
Log In to Comment