Fix from Tony Balinski: close unused fds so that shell commands can be
commitced13662948cb111a0bde6ac9803246b26045a31
authorScott Tringali <tringali@users.sourceforge.net>
Tue, 8 Jun 2004 15:08:46 +0000 (8 15:08 +0000)
committerScott Tringali <tringali@users.sourceforge.net>
Tue, 8 Jun 2004 15:08:46 +0000 (8 15:08 +0000)
treec12134603d050ad0dc2166fafe12d3e3f218001f
parentee1b63cfa6c32c4edad9286f0b0dc6f70cc5d191
Fix from Tony Balinski: close unused fds so that shell commands can be
invoked asynchronously.  Otherwise, we will wait for the command to end
even if the input/output/error streams were redirected to /dev/null.
source/shell.c