From 8e34b8e8b1e174fb878db0140b2483a34958312a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Sun, 8 May 2005 01:05:39 +0000 Subject: [PATCH] removed the wrong line --- scripts/upgrade.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade.pl b/scripts/upgrade.pl index 628c8547e..063addeb6 100755 --- a/scripts/upgrade.pl +++ b/scripts/upgrade.pl @@ -33,7 +33,7 @@ if (!$ARGV[0]) { my $targetdirectory = $ARGV[0]; if ($targetdirectory =~ /^(.*)\/$/) { # remove trailing slash, if any - print "$targetdirectory -> $1\n\n"; + $targetdirectory = $1; } if (!-d $targetdirectory) {