svn commit: r358122 - head/Mk/Scripts
Rene Ladan
rene at FreeBSD.org
Tue Jun 17 14:33:53 UTC 2014
Author: rene
Date: Tue Jun 17 14:33:53 2014
New Revision: 358122
URL: http://svnweb.freebsd.org/changeset/ports/358122
QAT: https://qat.redports.org/buildarchive/r358122/
Log:
Mk/Scripts/qa.sh: add /bin/tcsh as a valid shebang.
Phabric: D231
Approved by: portmgr (antoine)
Modified:
head/Mk/Scripts/qa.sh
Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh Tue Jun 17 14:26:07 2014 (r358121)
+++ head/Mk/Scripts/qa.sh Tue Jun 17 14:33:53 2014 (r358122)
@@ -34,6 +34,7 @@ shebangonefile() {
/usr/bin/nawk) ;;
/bin/csh) ;;
/bin/sh) ;;
+ /bin/tcsh) ;;
*)
err "'${interp}' is an invalid shebang you need USES=shebangfix for '${f#${STAGEDIR}${PREFIX}/}'"
rc=1
More information about the svn-ports-all
mailing list