From: Olivier Hill Date: Wed, 2 Jul 2008 15:01:08 +0000 (+0000) Subject: MFB: Fix parse error X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97b7c3fb6180557a97f501c3b48b74a9a6fc0880;p=php MFB: Fix parse error --- diff --git a/run-tests.php b/run-tests.php index d1b91a8ba7..87b8daaffa 100755 --- a/run-tests.php +++ b/run-tests.php @@ -544,7 +544,7 @@ HELP; } } - if (substr(PHP_OS, 0, 3) != "WIN")) { + if (substr(PHP_OS, 0, 3) != "WIN") { $pass_options .= " -c " . escapeshellarg($conf_passed); } else { $pass_options .= " -c '$conf_passed'";