Fix syntax error
This commit is contained in:
parent
20c150fb8c
commit
9d02c39e23
@ -1075,10 +1075,11 @@ end
|
|||||||
# If the user installs Xcode-only, they have to approve the
|
# If the user installs Xcode-only, they have to approve the
|
||||||
# license or no "xc*" tool will work.
|
# license or no "xc*" tool will work.
|
||||||
if `/usr/bin/xcrun clang 2>&1` =~ /license/ and not $?.success? then <<-EOS.undent
|
if `/usr/bin/xcrun clang 2>&1` =~ /license/ and not $?.success? then <<-EOS.undent
|
||||||
You have not agreed to the Xcode license.
|
You have not agreed to the Xcode license.
|
||||||
Builds will fail! Agree to the license by opening Xcode.app or running:
|
Builds will fail! Agree to the license by opening Xcode.app or running:
|
||||||
xcodebuild -license
|
xcodebuild -license
|
||||||
EOS
|
EOS
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_for_latest_xquartz
|
def check_for_latest_xquartz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user