hm, wait... that cant be right:
term% @{echo 1; echo 2 >[1=2]} >[2]/dev/null
1
term% @{echo 1; echo 2 >[1=2]} >/dev/null
2so this is what i would expect. why is that broken with rfork e? theres some bug lurking. -- cinap
hm, wait... that cant be right:
term% @{echo 1; echo 2 >[1=2]} >[2]/dev/null
1
term% @{echo 1; echo 2 >[1=2]} >/dev/null
2so this is what i would expect. why is that broken with rfork e? theres some bug lurking. -- cinap