Browse Source

fix for xcode tools check

Kyle P Davis 10 years ago
parent
commit
d6193ad796
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gimmes/gcc

+ 1 - 0
gimmes/gcc

@@ -1,6 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 set -o errexit -o pipefail
 set -o errexit -o pipefail
 if [[ "$OS" = "Darwin" ]]; then
 if [[ "$OS" = "Darwin" ]]; then
+	set +o pipefail
 	"xcode-select" --install 2>&1 | grep -q "already installed"
 	"xcode-select" --install 2>&1 | grep -q "already installed"
 else
 else
 	has gcc  ||  gimme_pkg build-essential
 	has gcc  ||  gimme_pkg build-essential