Date: Wed, 21 Jan 2026 12:15:01 +0000 From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b27a2fd7ce0f - main - Mk/Scripts: add /usr/libexec/flua to shebangs Message-ID: <6970c345.3b9fe.48a4d243@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=b27a2fd7ce0fcd91dad3dfe4fd19ded53db270fc commit b27a2fd7ce0fcd91dad3dfe4fd19ded53db270fc Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2026-01-21 12:12:57 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2026-01-21 12:12:57 +0000 Mk/Scripts: add /usr/libexec/flua to shebangs Allow scripts to use /usr/libexec/flua from base Without this, such scripts are told: Error: '/usr/libexec/flua' is an invalid shebang you need USES=shebangfix for 'foo' PR: 292553 --- Mk/Scripts/qa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index bb7aa8116847..51283fcc1f06 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -80,6 +80,7 @@ shebangonefile() { /usr/sbin/dtrace) ;; /usr/bin/make) ;; /usr/libexec/atf-sh) ;; + /usr/libexec/flua) ;; *) badinterp="${interp}" ;;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6970c345.3b9fe.48a4d243>
