Date: Tue, 16 Sep 1997 16:07:44 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Support for "//d/foo" pathnames Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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).