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

2012-12-06 Thread Jeffry R. Abramson
On Thu, 6 Dec 2012, David Korn wrote: 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

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

2012-12-06 Thread Janis Papanagnou
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 Do we need some specific ksh version to