]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- allow ? in urls
authorMichal Moskal <michal@moskal.me>
Sat, 5 Jul 2003 11:08:06 +0000 (11:08 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:15 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.25

file-fetcher.pl

index 430dea0b06c67f05c9f86e739c32feb8c28dc6bc..47522aedad8c4ea13536e53cea46226ef4d172ef 100644 (file)
@@ -58,7 +58,7 @@ sub read_spool_file()
       $problems .= $_;
       next;
     }
-    /^([a-f0-9]{32})\s+((ftp|http|no-url|no-url-copy):\/\/([a-z0-9A-Z:\+\~\.\-\/_]|\%[0-9])+)\s*$/ 
+    /^([a-f0-9]{32})\s+((ftp|http|no-url|no-url-copy):\/\/([\?a-z0-9A-Z:\+\~\.\-\/_]|\%[0-9])+)\s*$/ 
        or die "$file: corrupted";
     push @md5, $1;
     $url{$1} = $2;
This page took 0.050965 seconds and 4 git commands to generate.