CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/19 12:18:22
Modified files:
bin/ksh : c_test.c ksh.1
Log message:
Allow string greater/less than than operators to work with test aka [.
Previously they were only recognized in [[ ... ]] expressions. This
changes sh/ksh to be consistent with test(1) as well as shells like
bash and dash. OK jca@ jmc@
