Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
duplicate printexitvalue with mailcheck
- X-seq: zsh-workers 19182
- From: Dylan Alex Simon <dylan@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: duplicate printexitvalue with mailcheck
- Date: Sun, 12 Oct 2003 19:35:10 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
The printexitvalue option shows multiple exit values when MAILPATH/MAILCHECK
is set and new mail is found.
Relevant environment:
zsh 4.0.7 (i686-pc-linux-gnu)
MAILPATH='/home/dylan/mail?New mail in `basename $_`'
setopt printexitvalue
dylex:~>echo "foo" >> mail/test
dylex:~>false
zsh: exit 1
New mail in test
zsh: exit 1
dylex:~>
Apologies if this is a known bug, it's just been bugging me for a while.
:-Dylan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author