Index: trunk/tools/mwmultiversion/scripts/mwscript |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | #!/bin/sh |
3 | 3 | # Shell wrapper for the local version of MWScript.php. |
4 | 4 | # This script belongs in /usr/bin/ and should be in PATH. |
5 | | -if php /usr/local/apache/common/MWScript.php "$@" |
| 5 | +if php /usr/local/apache/common/multiversion/MWScript.php "$@" |
6 | 6 | then |
7 | 7 | exit 0 |
8 | 8 | else |