mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 20:39:43 +02:00
* fixed testing bug
This commit is contained in:
parent
77d64391ec
commit
d3e2a7915d
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if test -f "$3"/usr/bin/gccf
|
||||
if test -f "$3"/usr/bin/gcc
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
exit 0
|
||||
exit 112
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user