Last modified: 2010-05-15 15:37:35 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6249, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4249 - Wrong interpreter for maintenance/entities2literals.pl
Wrong interpreter for maintenance/entities2literals.pl
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.5.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-12-11 18:55 UTC by Romain Beauxis
Modified: 2010-05-15 15:37 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
trivial patch (359 bytes, patch)
2005-12-11 18:57 UTC, Romain Beauxis
Details

Description Romain Beauxis 2005-12-11 18:55:45 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. 
 #
Comment 1 Romain Beauxis 2005-12-11 18:57:00 UTC
Created attachment 1172 [details]
trivial patch
Comment 2 Antoine "hashar" Musso (WMF) 2005-12-11 19:59:17 UTC
Fixed in HEAD and 1.5. Will be in 1.5.4.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links