Open stsp opened 5 years ago
... and likely MS-DOS too. The reason is that the empty environment is not properly handled in a djlibc start-up code. The work-around is to set COMSPEC or any other var in config.sys. djlibc patch should be prepared.
COMSPEC
config.sys
https://github.com/jwt27/djgpp-cvs/pull/1
... and likely MS-DOS too. The reason is that the empty environment is not properly handled in a djlibc start-up code. The work-around is to set
COMSPEC
or any other var inconfig.sys
. djlibc patch should be prepared.