Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh reporting bad return status of commands
- X-seq: zsh-workers 2830
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: olsenc@xxxxxxxxxxxxxxxx (Clint Olsen)
- Subject: Re: Zsh reporting bad return status of commands
- Date: Tue, 28 Jan 1997 14:58:56 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <19970127141513.VX31036@@> from "Clint Olsen" at Jan 27, 97 02:15:13 pm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author