Author: jamessan
Date: 2009-12-31 20:33:56 +0000 (Thu, 31 Dec 2009)
New Revision: 2060

Modified:
   trunk/debian/changelog
   trunk/scripts/bts.pl
Log:
bts: Always include "thanks" at the end of the control block.  (Closes: #542962)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-12-31 20:30:31 UTC (rev 2059)
+++ trunk/debian/changelog      2009-12-31 20:33:56 UTC (rev 2060)
@@ -11,6 +11,8 @@
     + Add missing verb in description of FTP syntax.  Thanks to Marco TĂșlio
       Gontijo for the patch.  (Closes: #562586)
   * annotate-output: Allow specifying a timestamp format.  (Closes: #539720)
+  * bts: Always include "thanks" at the end of the control block.  (Closes:
+    #542962)
 
   [ Patrick Schoenfeld ]
   * licensecheck: Add support for some common variants of the WTFPL

Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl        2009-12-31 20:30:31 UTC (rev 2059)
+++ trunk/scripts/bts.pl        2009-12-31 20:33:56 UTC (rev 2060)
@@ -2688,8 +2688,8 @@
 sub addfooter() {
     my $body = shift;
 
+    $body .= "thanks\n";
     if ($forceinteractive) {
-       $body .= "thanks\n";
        if (-r $ENV{'HOME'} . "/.signature") {
            if (open SIG, "<", $ENV{'HOME'} . "/.signature") {
                $body .= "-- \n";



-- 
To unsubscribe, send mail to [email protected].

Reply via email to