Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
$ERRNO broken
- X-seq: zsh-workers 39635
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: $ERRNO broken
- Date: Fri, 14 Oct 2016 16:56:03 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:user-agent; bh=gqaiPIKw57E5i4EmbWAcm5fz87yTYW1Qi1LLF+boVOQ=; b=xjdCIPyS10SaVTQLDJy2iuyr1Ndw4ruphJUQmirEOZ0xLYzPt5x/OQtT1mkSFmQpyW NT4PxuByqw3ff/7Ar8dclINibHfXuv+q3Xut07ng+jZpeAc/H3Sk+AFN7bSwnVNCcwKN +Esmt+Jypw3FJYm01wOAMv2Kc1xF9b+wdZzUH+xdnTNaDBYy+O9+riMUc1hhlsWG1WWB 1U4OwcCCAp/OdNo2l+8i0vbljM9hkf+RfFgt2H38G601MX77t3VawpifcDJpwDnfMQwR mrWFTG9aBM/fXYeAY3x0v9KC944gNmofout+wvRrt7KoZ1hMoUU6VK2HqQH62jmI8v1h 8VIw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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