DEBSOURCES
Skip Quicknav
sources / fpc / 3.2.2%2Bdfsg-48 / install / macosx / resources / InstallationCheck
12345678
#!/bin/sh if test -f "$3"/usr/bin/gcc then exit 0 else exit 112 fi