Mail Archives: djgpp/1999/06/29/12:34:31
On Tue, 29 Jun 1999, Mark E. wrote:
> >I presume this goes together with PATH_EXPAND=y, right? If not, programs
> >that look up the PATH will be confused by the colons, since they don't
> >expect colons to be a directory separator.
>
> When PATH_SEPARATOR is ':', the PATH variable plus a few others are always
> converted to c:/foo form in the environment given to child programs.
No, I meant the directory separator, not the drive letter. If inside
Bash you have this:
PATH=/dev/c/foo:/dev/d/bar
then child programs need to see this:
PATH=c:/foo;d:/bar
I meant the semi-colon that separates the directories.
- Raw text -