Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-remote-mediawiki: un-brace file handles in binmode calls
Commit e83d36b turned "print STDOUT" into "print {*STDOUT}", as suggested by perlcritic. Unfortunately, it also changed two "binmode STDOUT" calls the same way, which does not work and yield a "Not a GLOB reference" error. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information