Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0920da64193c26c31226b2a7d7e6a9efa175b3a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.

	

Back to the top