Remove unnecessary swearing.

This commit is contained in:
Mike McQuaid 2014-03-22 10:14:20 +00:00
parent 9a87cb85da
commit 3b0eef09e9
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ module Superenv
end end
def determine_developer_dir 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 # nothing is valid, it still fixes most usage to supply a valid path that
# is not "/". # is not "/".
MacOS::Xcode.prefix || self['DEVELOPER_DIR'] MacOS::Xcode.prefix || self['DEVELOPER_DIR']

View File

@ -209,7 +209,7 @@ module OS
version < latest_version version < latest_version
end 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 # Note, that different ways to install the CLTs lead to different
# version numbers. # version numbers.
def version def version