summaryrefslogtreecommitdiffstats
path: root/util/copy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/copy.pl')
-rw-r--r--util/copy.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/copy.pl b/util/copy.pl
index ef4d8708e2..c4aeea6a18 100644
--- a/util/copy.pl
+++ b/util/copy.pl
@@ -40,7 +40,7 @@ if ($fnum <= 1)
}
$dest = pop @filelist;
-
+
if ($fnum > 2 && ! -d $dest)
{
die "Destination must be a directory";
@@ -73,5 +73,5 @@ foreach (@filelist)
close(OUT);
print "Copying: $_ to $dfile\n";
}
-
+