Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
two append bugs?
- X-seq: zsh-workers 12864
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: two append bugs?
- Date: Wed, 27 Sep 2000 15:46:46 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
% chmod 0 t
% echo bla >> t || echo failed
zsh: permission denied: t
% /bin/echo bla >> t || echo failed
zsh: permission denied: t
failed
This happens with other builtins as well. I assume that this inconsistency
is the first bug.
Now, on an NFS read-only mount, I get:
zsh: no such file or directory: t
whereas 3.0.7 more accurately responds
zsh: read-only file system: t
which I assume to be the other bug.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author