CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/05 07:41:46
Modified files:
bin/ksh : syn.c
Log message:
Do not permit an empty list between "while" and "do".
This avoids a cpu loop for "while do done" and is consistent with
the behavior of AT&T ksh and most other shells. OK jca@ halex@
