index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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