svn commit: r511285 - head/Mk/Scripts

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 08:57:13 UTC 2019


Author: bapt
Date: Fri Sep  6 08:57:12 2019
New Revision: 511285
URL: https://svnweb.freebsd.org/changeset/ports/511285

Log:
  Add make to the list of allowed shebang
  
  PR:		228874
  Reported by:	jwb

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Fri Sep  6 07:53:13 2019	(r511284)
+++ head/Mk/Scripts/qa.sh	Fri Sep  6 08:57:12 2019	(r511285)
@@ -77,6 +77,7 @@ shebangonefile() {
 	/usr/bin/nawk) ;;
 	/usr/bin/sed) ;;
 	/usr/sbin/dtrace) ;;
+	/usr/bin/make) ;;
 	*)
 		badinterp="${interp}"
 		;;


More information about the svn-ports-all mailing list