Closed fijal-void closed 1 year ago
`; /bin/rc ./test-exit still alive ; /usr/lib/plan9/bin/rc ./test-exit ; ; cat test-exit
fn foo { exit 1 }
foo >/dev/null echo 'still alive' ; ` plan9port's rc behaves as expected. Without redirections exits. Looks like the same problem as #62
This is indeed a duplicate of #62. Closing.
`; /bin/rc ./test-exit still alive ; /usr/lib/plan9/bin/rc ./test-exit ; ; cat test-exit
!/bin/rc
fn foo { exit 1 }
foo >/dev/null echo 'still alive' ; ` plan9port's rc behaves as expected. Without redirections exits. Looks like the same problem as #62