]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7989 add extra line to cut so template is satisfied
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 21 Aug 2015 00:16:30 +0000 (19:16 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 21 Aug 2015 00:16:30 +0000 (19:16 -0500)
support-d/utils/fixbug.pl

index 3e82dda01d5cdd6caa7090ae3c53b35b2bba7a98..188a19aed42d1aa89a1dd6ea61afa8ba52d1fed4 100755 (executable)
@@ -43,7 +43,7 @@ if ($opts{msg} eq "edit") {
   $auto = 0;
   $opts{msg} = undef;
   open T, ">/tmp/$opts{bug}.tmp";
-  print T "$opts{bug} #resolve [$sum]\n\n";
+  print T "$opts{bug} #resolve [$sum]\n\n---Cut this line to confirm commit.....";
   close T;
 }