From: Anthony Minessale Date: Fri, 21 Aug 2015 00:16:30 +0000 (-0500) Subject: FS-7989 add extra line to cut so template is satisfied X-Git-Tag: v1.6.2~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077d89c28f201298392393f66c18659d479c65be;p=thirdparty%2Ffreeswitch.git FS-7989 add extra line to cut so template is satisfied --- diff --git a/support-d/utils/fixbug.pl b/support-d/utils/fixbug.pl index 3e82dda01d..188a19aed4 100755 --- a/support-d/utils/fixbug.pl +++ b/support-d/utils/fixbug.pl @@ -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; }