Index: head/Mk/Scripts/qa.sh =================================================================== --- head/Mk/Scripts/qa.sh +++ head/Mk/Scripts/qa.sh @@ -45,6 +45,9 @@ badinterp="" case "${interp}" in "") ;; + /bin/rc) + # whitelist some interpreters + ;; ${LOCALBASE}/bin/python|${PREFIX}/bin/python) badinterp="${interp}" ;;