Page MenuHomeFreeBSD

D12497.diff
No OneTemporary

D12497.diff

Index: Mk/Scripts/qa.sh
===================================================================
--- Mk/Scripts/qa.sh
+++ Mk/Scripts/qa.sh
@@ -116,7 +116,7 @@
/*) f="${STAGEDIR}${link}" ;;
*) f="${l%/*}/${link}" ;;
esac
- if [ -f "${f}" ]; then
+ if [ -f "${f}" -a -x "${f}" ]; then
shebangonefile "${f}" || rc=1
fi
# Use heredoc to avoid losing rc from find|while subshell

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 26, 2:01 AM (17 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27990519
Default Alt Text
D12497.diff (389 B)

Event Timeline