From: Don Armstrong Date: Tue, 18 Aug 2009 21:58:18 +0000 (-0700) Subject: * add missing join to common_headers setting X-Git-Tag: release/2.6.0~445^2 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=1e312ed2301019d544bff40de26c8c35e2e7f723 * add missing join to common_headers setting --- diff --git a/scripts/process b/scripts/process index 9cbd85c..4d89eec 100755 --- a/scripts/process +++ b/scripts/process @@ -722,7 +722,7 @@ if (length($resentccval)) { my $common_headers=''; { local $a = 0; - $common_headers=map {$_.($a++%2?': ':"\n")} @common_headers; + $common_headers = join('',map {$_.($a++%2?': ':"\n")} @common_headers); } if ($codeletter eq 'U') { # sent to -submitter &htmllog("Message", "sent on", $data->{originator}, "$gBug#$ref.");