]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7989: [shell-utils] Fix bugs in fixbug.pl -- Add separator for appended comments
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 12 Apr 2017 17:42:06 +0000 (12:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 12 Apr 2017 17:42:06 +0000 (12:42 -0500)
support-d/utils/fixbug.pl

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