fpc/install/macosx/resources/InstallationCheck
2004-05-01 17:09:18 +00:00

9 lines
71 B
Bash

#!/bin/sh
if test -f "$3"/usr/bin/gccf
then
exit 0
else
exit 0
fi