- 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:
parent
35cfa6509d
commit
e42d0cc9db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392087
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue