r92566 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92565‎ | r92566 | r92567 >
Date:20:16, 19 July 2011
Author:aaron
Status:ok
Tags:
Comment:
Renamed shell script wrapper
Modified paths:
  • /trunk/tools/mwmultiversion/scripts/MWScript.sh (deleted) (history)
  • /trunk/tools/mwmultiversion/scripts/mwscript (added) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/scripts/MWScript.sh
@@ -1,4 +0,0 @@
2 -#!/bin/sh
3 -# Shell wrapper for the local version of MWScript.php.
4 -# This script belongs in /usr/bin/ and should be in PATH.
5 -php /usr/local/apache/common/MWScript.php "$@"
Index: trunk/tools/mwmultiversion/scripts/mwscript
@@ -0,0 +1,4 @@
 2+#!/bin/sh
 3+# Shell wrapper for the local version of MWScript.php.
 4+# This script belongs in /usr/bin/ and should be in PATH.
 5+php /usr/local/apache/common/MWScript.php "$@"
Property changes on: trunk/tools/mwmultiversion/scripts/mwscript
___________________________________________________________________
Added: svn:eol-style
16 + native
Added: svn:executable
27 + *

Status & tagging log