FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments

This commit is contained in:
Anthony Minessale 2017-04-12 12:42:06 -05:00
parent 9d66090148
commit a122f28e35
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ my $args = join(" ", @ARGV);
my $gitcmd;
if ($opts{append}) {
$opts{append} = " " . $opts{append};
$opts{append} = " -- " . $opts{append};
}
if ($opts{comment}) {