Page MenuHomeFreeBSD

D8923.1790447727.diff
No OneTemporary

Size
781 B
Referenced Files
None
Subscribers
None

D8923.1790447727.diff

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

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)

Event Timeline