FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments
This commit is contained in:
parent
9d66090148
commit
a122f28e35
|
@ -71,7 +71,7 @@ my $args = join(" ", @ARGV);
|
||||||
my $gitcmd;
|
my $gitcmd;
|
||||||
|
|
||||||
if ($opts{append}) {
|
if ($opts{append}) {
|
||||||
$opts{append} = " " . $opts{append};
|
$opts{append} = " -- " . $opts{append};
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($opts{comment}) {
|
if ($opts{comment}) {
|
||||||
|
|
Loading…
Reference in New Issue