From 0d5f0cdfa4f111f0e72f07bab8a660942401e80f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Jul 2004 07:39:59 +0000 Subject: (rename) only log succesfull renamings --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone.pm') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 0681d2f2d..13c7e5215 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -283,7 +283,7 @@ sub symlink { } sub rename { - explanations "renamed file $_[0] to $_[1]"; + explanations "renamed file $_[0] to $_[1]" if -r $_[0]; CORE::rename($_[0], $_[1]); } -- cgit v1.2.1