diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-11 15:49:48 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-11 15:49:48 +0000 |
commit | 18949692e4b033e7c339e4d19e2021d604c02f5f (patch) | |
tree | 42782a3301c3f1c568a1c5d3a8fa615401d90ba8 /devel/Makefile | |
parent | 10eec58122653946cd54ad29ffe67acaadf01226 (diff) | |
download | ports-18949692e4b033e7c339e4d19e2021d604c02f5f.tar.gz ports-18949692e4b033e7c339e4d19e2021d604c02f5f.zip |
checkbashisms is a perl script that checks for commonly used
bash features that are not supported by POSIX shells.
WWW: http://sourceforge.net/projects/checkbaskisms
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305730
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 941e366636e4..4e46ecd6e9f3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -189,6 +189,7 @@ SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva + SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += chrpath SUBDIR += cil |