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

Re: non-interactive set -m



Peter Stephenson <p.w.stephenson <at> ntlworld.com> writes:

> I've done the same thing at another point, where the status of a job
> changes.  You're the guinea pig so if you think this output should or
> shouldn't be there I can leave it or change it.

Still another thing to fix:

$ Src/zsh -c 'set -m; echo $?'
0
$ Src/zsh -c '(set -m); echo $?'
zsh:set:1: can't change option: -m

So something about creating a subshell is interfering with the ability to enable
the monitor option.

-- 
Eric Blake




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