Mail Archives: djgpp-workers/1999/08/08/09:15:48
On Thu, 5 Aug 1999, Jeff Williams wrote:
> It returns a mixture of forward
> and reverse slashes (under bash and DOS), and a mixture of upper and
> lower-case names (under DOS), but hey, I'm not complaining.
The precise way it looks like depends on the way you define PATH. If
you want the output in canonical form, pass it through the library
function _fixpath.
Alternatively, create a [which] section in your DJGPP.ENV and
configure it to down-case and mirror all backslashes in PATH, like
this:
[which]
PATH=%/>PATH%
- Raw text -