summaryrefslogtreecommitdiff
path: root/win32/distclean.bat
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-06-19 18:24:53 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-06-19 18:24:53 +0000
commit5d0f390387801a9d64f5847c6ea27f18454bd071 (patch)
tree5449d8e94d53e47523238ff1e1f6094058f7e5b5 /win32/distclean.bat
parent92318164566bbe7f20a1cccec2445498e61bd01e (diff)
downloadperl-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-xwin32/distclean.bat2
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);
}
},'.');