removed the wrong line

This commit is contained in:
Olivier Müller
2005-05-08 01:05:39 +00:00
parent ba331a45ba
commit 8e34b8e8b1

View File

@@ -33,7 +33,7 @@ if (!$ARGV[0]) {
my $targetdirectory = $ARGV[0]; my $targetdirectory = $ARGV[0];
if ($targetdirectory =~ /^(.*)\/$/) { if ($targetdirectory =~ /^(.*)\/$/) {
# remove trailing slash, if any # remove trailing slash, if any
print "$targetdirectory -> $1\n\n"; $targetdirectory = $1;
} }
if (!-d $targetdirectory) { if (!-d $targetdirectory) {