Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System
- X-seq: zsh-workers 7341
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System
- Date: Mon, 2 Aug 1999 09:29:49 +0000
- In-reply-to: <9908020751.AA41377@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <9908020751.AA41377@xxxxxxxxxxxxxxxxx>
On Aug 2, 9:51am, Peter Stephenson wrote:
} Subject: Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System
}
} Irving_Wolfe@xxxxxxxxxxxxx wrote:
} > makeinfo ./zsh.texi; exit 0
} > *** Exit 2
}
} Why is it being interpreted as `exit 2'?
"make" runs "$SHELL -e ..." so any command in a semicolon-separated list
will abort the shell if it returns a nonzero status.
} Should that be `makeinfo ./zsh.texi || exit 0'?
Yes.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author