mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 08:00:38 +01:00
9 lines
71 B
Bash
9 lines
71 B
Bash
#!/bin/sh
|
|
|
|
if test -f "$3"/usr/bin/gccf
|
|
then
|
|
exit 0
|
|
else
|
|
exit 0
|
|
fi
|