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