diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-19 18:24:53 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-19 18:24:53 +0000 |
commit | 5d0f390387801a9d64f5847c6ea27f18454bd071 (patch) | |
tree | 5449d8e94d53e47523238ff1e1f6094058f7e5b5 /win32/distclean.bat | |
parent | 92318164566bbe7f20a1cccec2445498e61bd01e (diff) | |
download | perl-5d0f390387801a9d64f5847c6ea27f18454bd071.tar.gz |
Hack File/Find/find.t to use File::Spec::Unix on Win32.
p4raw-id: //depot/perlio@10728
Diffstat (limited to 'win32/distclean.bat')
-rwxr-xr-x | win32/distclean.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/distclean.bat b/win32/distclean.bat index e202eab5d9..f99b92e4ff 100755 --- a/win32/distclean.bat +++ b/win32/distclean.bat @@ -13,7 +13,7 @@ my $name = $File::Find::name; $name =~ s#^\./##; unless (exists $files->{$name}) { - print "new $name\n"; + # print "new $name\n"; push(@dead,$name); } },'.'); |