Mail Archives: djgpp-workers/1997/09/16/09:08:05
Is it a good idea to include support for the above in v2.02's putpath (to
be converted to "d:/foo")?
Right now, only Bash supports it, which requires some tricky setup to make
it convert the file names before it invokes external programs, and also
fails in some cases (such as Sed scripts where `/' doesn't mean a
directory separator).
The purpose for this support is, of course, running Unix shell scripts
with minimal changes (the colon after the DOS drive letter breaks many
scripts). An obvious disadvantage is that a UNC like \\server\foo might
get in the way (especially if ``server'' is a single letter).
- Raw text -