CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/22 01:50:07
Modified files:
bin/ksh : c_sh.c
Log message:
Fix the exit code when eval()uating a || compound list, it would
terminate the shell when running under -e.
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269067 and
Bug reported including fix by Leah Neukirchen, Thanks!
ok millert@
