]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- fix
authorMichal Moskal <michal@moskal.me>
Tue, 27 May 2003 02:27:56 +0000 (02:27 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:14 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.9

file-fetcher.pl

index 8061d5bfc651405096b10025613770c9b1114f59..3204b1977bb975a1e7af66f716bfdc60307d4f16 100644 (file)
@@ -93,7 +93,7 @@ sub move_file($$)
     if (open(D, "> $path.desc")) {
       print D "URL: $url\n";
       print D "MD5: $md5\n";
-      print D 'Fetched-by: $Id$\n';
+      print D 'Fetched-by: $Id$'."\n";
       close(D);
     } else {
       $problems .= "ERROR: cannot write $path.desc\n";
This page took 0.042311 seconds and 4 git commands to generate.