Page MenuHomeFreeBSD

D8923.diff
No OneTemporary

D8923.diff

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

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)

Event Timeline