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 | |
| parent | ec06684f64acd8cf4ceafcffb71bfc3886071aa2 (diff) | |
| download | homebrew-943833b125a08f8db28cc04f86288bdcc581f2c1.tar.bz2 | |
Remove unnecessary swearing.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lastfmfpclient.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/p7zip.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lastfmfpclient.rb b/Library/Formula/lastfmfpclient.rb index 1c7980db4..3e3aaebda 100644 --- a/Library/Formula/lastfmfpclient.rb +++ b/Library/Formula/lastfmfpclient.rb @@ -16,7 +16,7 @@ class Lastfmfpclient < Formula # This project was made on Windows (LOL), patches against Windows # line-endings fail for some reason, so we will inreplace instead. # Fixes compile with clang failure due to entirely missing variable, how - # the fuck did GCC ever compile this?! + # on earth did GCC ever compile this?! inreplace 'fplib/src/FloatingAverage.h', 'for ( int i = 0; i < size; ++i )', 'for ( int i = 0; i < m_values.size(); ++i )' 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 |
