CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/11 10:37:38
Modified files:
bin/ksh : exec.c
Log message:
In execute() we assign xerrorok to a dummy value if it is NULL
so there is no need to check xerrorok for NULL after that.
>From Kartik Agaram.
