Page MenuHomePhabricator

Wrong interpreter for maintenance/entities2literals.pl
Closed, ResolvedPublic

Description

Author: toots

Description:
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

  1. Takes STDIN and converts Converts hexadecimal, decimal and named HTML
  2. entities to their respective literals. #

Version: 1.5.x
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz4249

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:58 PM
bzimport set Reference to bz4249.
bzimport added a subscriber: Unknown Object (MLST).

toots wrote:

trivial patch

Attached:

Fixed in HEAD and 1.5. Will be in 1.5.4.