mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments
This commit is contained in:
@@ -71,7 +71,7 @@ my $args = join(" ", @ARGV);
|
||||
my $gitcmd;
|
||||
|
||||
if ($opts{append}) {
|
||||
$opts{append} = " " . $opts{append};
|
||||
$opts{append} = " -- " . $opts{append};
|
||||
}
|
||||
|
||||
if ($opts{comment}) {
|
||||
|
Reference in New Issue
Block a user