From: Anthony Minessale Date: Wed, 12 Apr 2017 17:42:06 +0000 (-0500) Subject: FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments X-Git-Tag: v1.8.0~612 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a122f28e35f70233fceef8dbb698f33df1cfc346;p=thirdparty%2Ffreeswitch.git FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments --- 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}) {