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



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