summaryrefslogtreecommitdiff
path: root/install/macosx/resources/InstallationCheck
blob: 090f000d9acff676910cd23609b283bec7914309 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if test -f "$3"/usr/bin/gcc
then
  exit 0
else
  exit 112
fi