Mail Archives: djgpp/1997/05/28/08:29:40
Ruiter de M wrote:
> I have noticed the following behaviour of the latest BASH-port version:
Do you mean it's different in previous versions, or just that is the
one you're using? (Incidentally, 'latest' can be ambiguous, due to
net lag; it's helpful if you can state the version number, then we can
check immediately if our versions are the one you mean.)
> bash$ ls */PLUGIN/OPT
> ls: No such file or directory */PLUGIN/OPT (ENOENT) (or alike)
> bash$ ls */plugin/opt
> rx/plugin/opt
That seems to be correct to me. Granted that DOS isn't case-sensitive,
but bash and ls are Unix utilities and so are likely to differentiate.
The gcc port is also case-sensitive - if you say
$ gcc fred.c
it's compiled as C, whereas
$ gcc fred.C
is compiled as C++ (the same sort of thing with .s and .S, the latter
is put through the preprocessor before being passed to the assembler).
If your complaint is that previous versions of the bash port didn't
behave the same, then in my opinion you have a good point and it may
be a bug. If it's that you don't like the way bash treats case
differences then you may also have a good point but it's a different
one and not necessarily a bug.
Chris
- Raw text -