summaryrefslogtreecommitdiffstats
path: root/install-win32/dosname.pl
diff options
context:
space:
mode:
Diffstat (limited to 'install-win32/dosname.pl')
-rw-r--r--install-win32/dosname.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/install-win32/dosname.pl b/install-win32/dosname.pl
new file mode 100644
index 0000000..c29d134
--- /dev/null
+++ b/install-win32/dosname.pl
@@ -0,0 +1,4 @@
+($unixname) = @ARGV;
+$unixname =~ s#^/c##g;
+$unixname =~ s#/#\\#g;
+print "$unixname\n";