svn commit: r335787 - head/Mk/Scripts
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 6 23:12:52 UTC 2013
Author: bapt
Date: Fri Dec 6 23:12:52 2013
New Revision: 335787
URL: http://svnweb.freebsd.org/changeset/ports/335787
Log:
/usr/bin/nawk and /bin/csh are valid shebangs
Modified:
head/Mk/Scripts/qa.sh
Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh Fri Dec 6 22:30:41 2013 (r335786)
+++ head/Mk/Scripts/qa.sh Fri Dec 6 23:12:52 2013 (r335787)
@@ -29,6 +29,8 @@ shebang() {
${PREFIX}/*) ;;
/usr/bin/awk) ;;
/usr/bin/sed) ;;
+ /usr/bin/nawk) ;;
+ /bin/csh) ;;
/bin/sh) ;;
*)
err "${interp} is an invalid shebang you need USES=shebangfix for ${f#${STAGEDIR}${PREFIX}/}"
More information about the svn-ports-all
mailing list