Last modified: 2010-05-15 15:37:35 UTC
Hi! Debian lintian automatic tests on mediawiki 1.5.3 reported an incorrect interpreter for this script. I guessed it should be env instead of evn, so patched it: --- mediawiki-1.5.3.orig/maintenance/entities2literals.pl 2005-05-04 19:49:33.000000000 +0200 +++ mediawiki-1.5.3/maintenance/entities2literals.pl 2005-12-11 19:10:08.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/evn perl +#!/usr/bin/env perl # Takes STDIN and converts Converts hexadecimal, decimal and named HTML # entities to their respective literals. #
Created attachment 1172 [details] trivial patch
Fixed in HEAD and 1.5. Will be in 1.5.4.