From 3a198d177f32ba2defa7f78777e947bb1c1b6ece Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 19 Aug 2015 11:43:35 -0500 Subject: [PATCH] FS-7989 fix typo --- support-d/utils/fixbug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-d/utils/fixbug.pl b/support-d/utils/fixbug.pl index ddf6d3cd53..a445871806 100755 --- a/support-d/utils/fixbug.pl +++ b/support-d/utils/fixbug.pl @@ -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]\"";