Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 08:57:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511285 - head/Mk/Scripts
Message-ID:  <201909060857.x868vCHF080325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 		;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909060857.x868vCHF080325>