Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Unexpected behavior with pipe_fail and err_return



() {
  emulate -L zsh -o pipe_fail -o err_return
  false | while false; do; done
  echo $?
}

This prints "1". Is this expected? I was hoping for no output.

Roman.



Messages sorted by: Reverse Date, Date, Thread, Author