- Add /usr/sbin/dtrace to the list of allowed shebangs

Submitted by:	amdmi3
Approved by:	portmgr (bapt)
Differential Revision:	D3070
This commit is contained in:
Dmitry Marakasov 2015-07-14 20:36:01 +00:00
parent 35cfa6509d
commit e42d0cc9db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392087

View file

@ -44,6 +44,7 @@ shebangonefile() {
/usr/bin/env) ;;
/usr/bin/nawk) ;;
/usr/bin/sed) ;;
/usr/sbin/dtrace) ;;
*)
err "'${interp}' is an invalid shebang you need USES=shebangfix for '${f#${STAGEDIR}${PREFIX}/}'"
rc=1