diff --git a/mozilla/webtools/despot/commitcheck.templ b/mozilla/webtools/despot/commitcheck.templ index bdb2a0b829c..fcf2fb01ee2 100644 --- a/mozilla/webtools/despot/commitcheck.templ +++ b/mozilla/webtools/despot/commitcheck.templ @@ -108,7 +108,7 @@ foreach $f (@files) { } } if ($mode{$t} eq "Restricted") { - $b = $blessed{$t}; + my $b = $blessed{$t}; foreach $u (@$b) { if ($debug) { print STDERR "Checking against blessed $u\n";