diff options
| author | Adam Vandenberg | 2012-11-25 11:42:57 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 11:42:57 -0800 | 
| commit | 276fd63718772f921a2330fc36619c7e474c0336 (patch) | |
| tree | b5b92a6806e96aac24308fa8b87ae27ea487098b /Library/Formula/cppcheck.rb | |
| parent | 59e1af718baefa1348a715126efc9161c3fd29c1 (diff) | |
| download | homebrew-276fd63718772f921a2330fc36619c7e474c0336.tar.bz2 | |
caveat and other cleanups
Diffstat (limited to 'Library/Formula/cppcheck.rb')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index b6e8bc2a1..7bcadfc90 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -48,9 +48,9 @@ class Cppcheck < Formula        #{bin}      To link the application to a normal Mac OS X location: -        brew linkapps +      brew linkapps      or: -        ln -s #{bin}/cppcheck-gui.app /Applications +      ln -s #{bin}/cppcheck-gui.app /Applications      EOS    end  end  | 
