From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4129 invoked from network); 28 Jan 1997 15:14:21 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 28 Jan 1997 15:14:20 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA18431; Tue, 28 Jan 1997 10:01:01 -0500 (EST) Resent-Date: Tue, 28 Jan 1997 10:01:01 -0500 (EST) From: Zefram Message-Id: <11269.199701281458@stone.dcs.warwick.ac.uk> Subject: Re: Zsh reporting bad return status of commands To: olsenc@ichips.intel.com (Clint Olsen) Date: Tue, 28 Jan 1997 14:58:56 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: <19970127141513.VX31036@@> from "Clint Olsen" at Jan 27, 97 02:15:13 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8798.12 X-US-Congress: Moronic fuckers Content-Type: text Resent-Message-ID: <"0rrnL3.0.vV4.jIXxo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2830 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Clint Olsen wrote: >On HP-UX for some reason, 3.0 started doing this: > >/foo not found >zsh: exit 2 ls -AF /foo > >It doesn't exhibit this behavior on SunOS. It's not that big of a deal, >but it's rather irritating to see the extra output. This output is controlled by a zsh option, PRINT_EXIT_VALUE. Use "setopt noprintexitvalue" to disable it. Or, since it's off by default, remove the "setopt printexitvalue" from your .z(profile|login|sh(rc|env)). -zefram