]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7989 fix typo
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Aug 2015 16:43:35 +0000 (11:43 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Aug 2015 16:43:35 +0000 (11:43 -0500)
support-d/utils/fixbug.pl

index ddf6d3cd537bcff3588901541ef7ebca6579e231..a445871806f379785fece2c47f185dac8631666c 100755 (executable)
@@ -49,7 +49,7 @@ my $gitcmd;
 if ($auto) {
     if ($opts{msg}) {
        $opts{msg} =~ s/%s/$sum/;
-       $opts{msg} =~ s/%b/$bug/;
+       $opts{msg} =~ s/%b/$opts{bug}/;
        $gitcmd = "git commit $args -m \"$opts{msg}\"";
     } else {
        $gitcmd = "git commit $args -m \"$opts{bug} #resolve [$sum]\"";