Browse Source

fix for xcode tools check

Kyle P Davis 10 năm trước cách đây
mục cha
commit
d6193ad796
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      gimmes/gcc

+ 1 - 0
gimmes/gcc

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