diff options
| author | Mike McQuaid | 2014-03-22 10:14:20 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-22 10:14:20 +0000 |
| commit | 3b0eef09e9df01d2a65b596af63a39b8c3b5719c (patch) | |
| tree | 3b468930f21112143d814d72744681441e8d0e62 /Library | |
| parent | 9a87cb85da70e69d5a06ebf786217f280466a0bd (diff) | |
| download | brew-3b0eef09e9df01d2a65b596af63a39b8c3b5719c.tar.bz2 | |
Remove unnecessary swearing.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
