diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-10-03 18:47:47 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-10-03 18:47:47 +0000 |
commit | 32852abae0cefc20345de2dfd11c7bd7c05f77f5 (patch) | |
tree | 8ad19db66a504342f42e659166651d42b7579af6 /Mk/Scripts/qa.sh | |
parent | @sample: chmod u+w to ensure user may write to it. (diff) |
- Allow LINUXBASE for shebangs.
PR: 193878
Submitted by: Jan Beich <jbeich@vfemail.net>
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=369928
Diffstat (limited to 'Mk/Scripts/qa.sh')
-rw-r--r-- | Mk/Scripts/qa.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index b214f42af396..32eda0b051f7 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -27,6 +27,7 @@ shebangonefile() { case "$interp" in "") ;; /usr/bin/env) ;; + ${LINUXBASE}/*) ;; ${LOCALBASE}/*) ;; ${PREFIX}/*) ;; /usr/bin/awk) ;; |