diff options
| author | Mike McQuaid | 2014-03-22 10:14:20 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-22 10:14:20 +0000 | 
| commit | 943833b125a08f8db28cc04f86288bdcc581f2c1 (patch) | |
| tree | 9d41cc42146b5dd5bbb2f334a1b33cd7443ff7b5 /Library/Formula/p7zip.rb | |
| parent | ec06684f64acd8cf4ceafcffb71bfc3886071aa2 (diff) | |
| download | homebrew-943833b125a08f8db28cc04f86288bdcc581f2c1.tar.bz2 | |
Remove unnecessary swearing.
Diffstat (limited to 'Library/Formula/p7zip.rb')
| -rw-r--r-- | Library/Formula/p7zip.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb index fa44601f2..a38d8bb98 100644 --- a/Library/Formula/p7zip.rb +++ b/Library/Formula/p7zip.rb @@ -21,7 +21,7 @@ class P7zip < Formula                     "DEST_MAN=#{man}",                     "install" -    # install.sh chmods to 444, which is bullshit and breaks uninstalling +    # install.sh chmods to 444, which is bad and breaks uninstalling      system "chmod -R +w #{doc}"    end  end  | 
