Subject: Re: [ast-users] [ksh93] interactive ksh always exits 0 on CTRL-D
--------

> Not a big problem but I think it better exit $?.


I tried the following and it did not exit 0.

$ ksh
$ false
^D
$ print $?
1

David Korn
d...@research.att.com
_______________________________________________
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to