From 077d89c28f201298392393f66c18659d479c65be Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 20 Aug 2015 19:16:30 -0500 Subject: [PATCH] FS-7989 add extra line to cut so template is satisfied --- support-d/utils/fixbug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }