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