projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b825e4
)
Re: And now the Cwd problem (was Re: chdir.t problem...)
Michael G. Schwern [Thu, 20 Sep 2001 22:54:02 +0000 (18:54 -0400)]
Message-ID: <
20010920225402
.A3611@blackrider>
p4raw-id: //depot/perl@12114
lib/Cwd.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Cwd.pm
b/lib/Cwd.pm
index
01f5ce4
..
9602919
100644
(file)
--- a/
lib/Cwd.pm
+++ b/
lib/Cwd.pm
@@
-443,7
+443,6
@@
sub _os2_cwd {
sub _win32_cwd {
$ENV{'PWD'} = Win32::GetCwd();
- $ENV{'PWD'} =~ s:\\:/:g ;
return $ENV{'PWD'};
}