Making noexec option immediately effective
set -n; echo foo
Currently, yash's -n option is line-wise, so foo is printed.
Implemented in yash-rs
Currently, yash's -n option is line-wise, so foo is printed.