Re: Problems with "exit"

2000-10-26 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> Hello! The problem with FreeBSD ignoring "exit 77" can be Pavel> reproduced on "the other OS :-)" using zsh. Pavel> configure.in: AC_INIT exit 59 AC_OUTPUT(Makefile) Pavel> $ export PS1 $ autoconf $ bash configure; echo $? 59 $

Problems with "exit"

2000-10-25 Thread Pavel Roskin
Hello! The problem with FreeBSD ignoring "exit 77" can be reproduced on "the other OS :-)" using zsh. configure.in: AC_INIT exit 59 AC_OUTPUT(Makefile) $ export PS1 $ autoconf $ bash configure; echo $? 59 $ zsh configure; echo $? 0 $ grep exit config.log configure: exit 0 I'm leaving now, so