Enable the spawn workhorse function to spawn shell scripts.
commit23960ed3c315dc0f39cebcf317ff4d3ba16ccee8
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 12 Jan 2007 09:10:25 +0000 (12 10:10 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 19 Jan 2007 15:32:23 +0000 (19 16:32 +0100)
tree0f0b8e5efc1df297f3ef1b4c8d8f319cab53ea5d
parent09653a29cf4e6c010997c5a7da7945573da34612
Enable the spawn workhorse function to spawn shell scripts.

For this purpose the path lookup is done manually, and the found file
is inspected for the interpreter. If one is found, the script is spawned
under the interpreter; otherwise, the program is spawned normally.
spawn-pipe.c