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

$ERRNO broken



Probably unrelated to the $errnos issue raised recently. It
looks like $ERRNO no longer works, at least on Debian Linux
unstable amd64 with today's git code built with gcc 6.1 or gcc
4.4 or the zsh-5.2-5 Debian package.

Same on ubuntu 16.04 (5.1.1). It was fine in Ubuntu 14.04
(5.0.2).

$ zsh -c '/; echo $ERRNO'
zsh:1: permission denied: /

$ zsh -c 'typeset -p ERRNO
$

Cheers,
Stephane



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