From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12634 invoked from network); 27 Sep 2000 19:47:03 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Sep 2000 19:47:03 -0000 Received: (qmail 18821 invoked by alias); 27 Sep 2000 19:46:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12864 Received: (qmail 18814 invoked from network); 27 Sep 2000 19:46:49 -0000 Date: Wed, 27 Sep 2000 15:46:46 -0400 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: two append bugs? Message-ID: <20000927154646.B4971@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i % 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.