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 |
1 | 6 | + native |
Added: svn:executable |
2 | 7 | + * |