Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/akhansen/fink
Browse files Browse the repository at this point in the history
  • Loading branch information
akhansen committed Mar 29, 2012
2 parents 122ceee + 0e6d6a1 commit 36d3b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Expand Up @@ -340,7 +340,7 @@ print "Verifying that installed Xcode version is supported...\n";
}
# Die if there are no Xcode CLI tools, at minimum.
die "ERROR:\n\tNo Xcode command-line tools installed. Install them (or all of Xcode).\n" unless (-x "/usr/bin/xcodebuild");
($xcode_version) = (`xcodebuild -version` =~ /(\d+\.\d+\.?(\d+)?)/) ;
($xcode_version) = (`xcodebuild -version` =~ /Xcode\s(\d+\.\d+\.?(\d+)?)\n/) ;
if (!defined $xcode_version) {
# OS version specific messages
if ($vers < 11) {
Expand Down

0 comments on commit 36d3b71

Please sign in to comment.