Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: non-interactive set -m
- X-seq: zsh-workers 27116
- From: Eric Blake <ebb9@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: non-interactive set -m
- Date: Fri, 10 Jul 2009 03:25:04 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <loom.20090707T205334-50@xxxxxxxxxxxxxx> <200907080858.n688wXfc030608@xxxxxxxxxxxxxx> <loom.20090708T124251-758@xxxxxxxxxxxxxx> <200907081349.n68DneSv001850@xxxxxxxxxxxxxx> <loom.20090709T170937-567@xxxxxxxxxxxxxx> <20090709212345.05cc2213@pws-pc>
- Sender: news <news@xxxxxxxxxxxxx>
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