1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2002-10-16 00:56:03 +00:00
parent dbb6aec999
commit fb2a003ba6
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,15 @@
2002-10-15 Alain Magloire
Runtime.getRuntime().exec(..) would throw an exception
if the program does not exist or is not an executabe.
Spawner should do the same.
library/pfind.c (pfind): Check also for fullpath
with access() system call.
library/exec_unix.c (exec0): Always call pfind()
to check if the program exists.
os/linux/x86/libspawner.so: Rebuild.