Subject: Re: [ksh93-integration-discuss] CR 6672350 Updated P2 shell/korn93 ksh93 causes parent shell to die when child shell is suspended --------
> $ kk() { "$@"; } > $ echo $SHELL > /bin/ksh93 > $ kk $SHELL > $ kill -STOP $$ > Thanks, now I can reproduce the problem and I have a fix for it. David Korn dgk at research.att.com