diff options
| -rw-r--r-- | Library/Formula/cowsay.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cowsay.rb b/Library/Formula/cowsay.rb index f18954159..59b87d24a 100644 --- a/Library/Formula/cowsay.rb +++ b/Library/Formula/cowsay.rb @@ -9,5 +9,6 @@ class Cowsay <Formula    def install      system "/bin/sh", "install.sh", prefix +    FileUtils.mv prefix+'man', share    end  end  | 
