diff options
| -rw-r--r-- | Library/Formula/checkbashisms.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/checkbashisms.rb b/Library/Formula/checkbashisms.rb index 28097c536..0186e4e60 100644 --- a/Library/Formula/checkbashisms.rb +++ b/Library/Formula/checkbashisms.rb @@ -11,6 +11,7 @@ class Checkbashisms < Formula def install inreplace 'scripts/checkbashisms.pl', '###VERSION###', "#{version}ubuntu1" bin.install 'scripts/checkbashisms.pl' => 'checkbashisms' + man1.install 'scripts/checkbashisms.1' end test do |
