From: Colin P. A. <co...@co...> - 2007-07-28 18:47:07
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: Eric> I think that the shell script is invoked by using C's Eric> 'system'. Something like: Eric> system("/path/to/gec.sh") Eric> So, do you think that calling: Eric> system("sh /path/to_gec.sh") Eric> would work? Or should I write: Yes. Eric> system("/bin/sh /path/to_gec.sh") Eric> (in case 'sh' was not the in the path, or aliased to Eric> something else)? Sh should always be in the path. On Linux it is nearly always a symbolic link to /bin/bash (it is here). So I don't think it matters. /bin/sh is safest, I guess. Anyway, as I was typing this, my bootstrap has just finished. No errors were reported. -- Colin Adams Preston Lancashire |