From: <gor...@ph...> - 2003-04-16 18:49:09
|
Odd thing. Attempting to "bpsh" the following csh or tcsh script fails. #!/bin/csh echo "Hello" Results in: /proc/self/fd/3: No such file or directory Bourne or ksh scripts have no such problems. "bpsh -N" eliminates the error message, but also discards the output. Using the bproc_rfork() call also eliminates the problem. Using bproc 3.2.0 on 2.4.19. Anyone have experience with this? Goran |