diff options
| -rwxr-xr-x | hyper/process/spawn | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hyper/process/spawn b/hyper/process/spawn index 01ca2a04..cf93eb6b 100755 --- a/hyper/process/spawn +++ b/hyper/process/spawn @@ -34,7 +34,7 @@ spawn() {    # change to //proc working directory    cwd="$PWD"    cd $wd -  #defer cd $cwd # no need for this, b/c at that time we're aldeady dead +  defer cd $cwd    # create named pipes for the child process's stdio    mkfifo 0 1 2 | 
