Junio C Hamano <[email protected]> writes:

> Ævar Arnfjörð Bjarmason  <[email protected]> writes:
>
>> Acked-by: Jakub Narębski <[email protected]>
>> Tested-by: Ævar Arnfjörð Bjarmason <[email protected]>
>> Tested-by: Simon Ruderich <[email protected]>
>> ---
>> +++ b/gitweb/gitweb.perl
>> @@ -6631,6 +6631,7 @@ sub git_blame_common {
>> ...
>> +    binmode $fh, ':utf8';

>
> [Fri Aug 30 17:48:17 2013] gitweb.perl: Global symbol "$fh" requires
> explicit package name at 
> /home/gitster/w/buildfarm/next/t/../gitweb/gitweb.perl line 6634.
> [Fri Aug 30 17:48:17 2013] gitweb.perl: Execution of 
> /home/gitster/w/buildfarm/next/t/../gitweb/gitweb.perl aborted due to 
> compilation errors.

I think in this function the filehandle is called $fd, not $fh.  Has
any of you really tested this???
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to