Howdy,

Without the following patch, download.pl's output is missing a
space between "at" and "any":

 You can download the requested file from the pool/main/d/dotfile/
 subdirectory atany of these sites:

--- download.pl.orig    Mon Mar 24 15:13:03 2003
+++ download.pl Mon Mar 24 15:13:08 2003
@@ -220,7 +220,7 @@
 my $dir;
 foreach $dir (@file_components) { print "$dir/"; };
 print "</tt> subdirectory at";
-print $type ne 'security' ? "any of these sites:" : ":";
+print $type ne 'security' ? " any of these sites:" : ":";
 
 if ($type eq 'security') {
 

Matt
-- 
It's most certainly GNU/Linux, not Linux.  Read more at
http://www.gnu.org/gnu/why-gnu-linux.html.

Reply via email to