Commit ID: 1005E8C606E0743B8F2
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/07 11:13:47 UTC
Modified files:
bin/mksh : funcs.c os2.c sh.h
Log message:
use test_stat() and test_lstat() in test_eval()
This improves the compatibility with scripts not considering
the executable suffixes on OS/2.
From: KO Myung-Hun <[email protected]>
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.364 -r1.365 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.9 -r1.10 src/bin/mksh/os2.c
cvs -R rdiff -kk -upr1.884 -r1.885 src/bin/mksh/sh.h