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

two append bugs?



% 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