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 | |
| parent | ec06684f64acd8cf4ceafcffb71bfc3886071aa2 (diff) | |
| download | homebrew-943833b125a08f8db28cc04f86288bdcc581f2c1.tar.bz2 | |
Remove unnecessary swearing.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lastfmfpclient.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/p7zip.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 | 
4 files changed, 4 insertions, 4 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 diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index cbfd3dd8c..c9ffb2c72 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -225,7 +225,7 @@ module Superenv    end    def determine_developer_dir -    # If Xcode path is fucked then this is basically a fix. In the case where +    # If Xcode path is broken then this is basically a fix. In the case where      # nothing is valid, it still fixes most usage to supply a valid path that      # is not "/".      MacOS::Xcode.prefix || self['DEVELOPER_DIR'] diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 222a33079..b2e5611e7 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -209,7 +209,7 @@ module OS          version < latest_version        end -      # Version string (a pretty damn long one) of the CLT package. +      # Version string (a pretty long one) of the CLT package.        # Note, that different ways to install the CLTs lead to different        # version numbers.        def version  | 
