From a122f28e35f70233fceef8dbb698f33df1cfc346 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 12 Apr 2017 12:42:06 -0500 Subject: [PATCH] FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments --- 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 6f3b186353..b304f8a1f6 100755 --- a/support-d/utils/fixbug.pl +++ b/support-d/utils/fixbug.pl @@ -71,7 +71,7 @@ my $args = join(" ", @ARGV); my $gitcmd; if ($opts{append}) { - $opts{append} = " " . $opts{append}; + $opts{append} = " -- " . $opts{append}; } if ($opts{comment}) {