diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 23:12:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 23:12:52 +0000 |
commit | 0d585ac82e2f67b45a86b283582d5feaa25610a4 (patch) | |
tree | 6bedeb1bca2677e254eca9de40a14673785cd6f7 /Mk/Scripts/qa.sh | |
parent | - Fix build with modern compilers (gcc 4.7+) (diff) |
/usr/bin/nawk and /bin/csh are valid shebangs
Notes
Notes:
svn path=/head/; revision=335787
Diffstat (limited to 'Mk/Scripts/qa.sh')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index dbc3be4bce8b..9162f95744de 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -29,6 +29,8 @@ shebang() { ${PREFIX}/*) ;; /usr/bin/awk) ;; /usr/bin/sed) ;; + /usr/bin/nawk) ;; + /bin/csh) ;; /bin/sh) ;; *) err "${interp} is an invalid shebang you need USES=shebangfix for ${f#${STAGEDIR}${PREFIX}/}" |