瀏覽代碼

* fixed testing bug

Jonas Maebe 21 年之前
父節點
當前提交
d3e2a7915d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      install/macosx/resources/InstallationCheck

+ 2 - 2
install/macosx/resources/InstallationCheck

@@ -1,8 +1,8 @@
 #!/bin/sh
 
-if test -f "$3"/usr/bin/gccf
+if test -f "$3"/usr/bin/gcc
 then
   exit 0
 else
-  exit 0
+  exit 112
 fi