Explorar el Código

* fixed testing bug

Jonas Maebe hace 21 años
padre
commit
d3e2a7915d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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