Mail Archives: djgpp/1999/06/23/07:03:54
On Wed, 23 Jun 1999, Johan Venter wrote:
> >set DJGPP=c:\djgpp\djggp.env <-- THIS LINE HAS A BUG! Should be
> >DJGPP (and slashes)
[snip]
>
> I'm sorry, but that is incorrect. DOS is NOT case-sensitive with
> variables (it converts all the upper, so it doesn't matter), so
> DJGPP = djgpp.
That's not the problem to which toudi was referring: the SET command says
"djggp.env", not "djgpp.env", which is not the same.
Also case-sensitivity wrt environment variables is not the issue here,
since djgpp.env is a file name. (And DOS is *not* case-insensitive
about environment variables, btw.)
- Raw text -