]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
Fix email headers formatting
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Oct 2014 13:14:39 +0000 (15:14 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Oct 2014 13:14:39 +0000 (15:14 +0200)
file-fetcher.pl
request-handler.pl

index 78aecf00634c43ab3ffad941886b902f3c5d041f..3b08f279414ce0ec712385e1ea1572310031f0e3 100755 (executable)
@@ -372,8 +372,7 @@ sub send_email()
   my $email_head =
 "From: $req_login <$requester>
 Subject: DISTFILES: ${spec}: ${marker}@{files}
-X-distfiles-program: file-fetcher.pl
-";
+X-distfiles-program: file-fetcher.pl";
   my $email_body =
 "$problems
 Files fetched: $fetched_count
index dfcd273d1036cdcab4ce495f3e8a6983aa2a0c06..88597302588c6604bce06a7cd4731742b15469bf 100755 (executable)
@@ -33,8 +33,7 @@ sub report_fatal($)
   my $email_head =
 "From: $from <$from\@pld-linux.org>
 Subject: DISTFILES: ERROR fetching sources for $spec ($branch)
-X-distfiles-program: request-handler.pl
-";
+X-distfiles-program: request-handler.pl";
   my $email_body =
 "$msg
 
This page took 0.20603 seconds and 4 git commands to generate.