From: Michael G. Schwern Date: Thu, 20 Sep 2001 22:54:02 +0000 (-0400) Subject: Re: And now the Cwd problem (was Re: chdir.t problem...) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=739f7a2afa6eb3ef5d427c2f86a7c5c89c94576e;p=p5sagit%2Fp5-mst-13.2.git Re: And now the Cwd problem (was Re: chdir.t problem...) Message-ID: <20010920225402.A3611@blackrider> p4raw-id: //depot/perl@12114 --- diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 01f5ce4..9602919 100644 --- 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'}; }