]> granicus.if.org Git - php/commitdiff
Fix parse error
authorOlivier Hill <ohill@php.net>
Wed, 2 Jul 2008 15:00:21 +0000 (15:00 +0000)
committerOlivier Hill <ohill@php.net>
Wed, 2 Jul 2008 15:00:21 +0000 (15:00 +0000)
run-tests.php

index 01af4aef208650774df89eb48eb778aa838c228a..00cc6189d6630e67a0349b3925f4dcbbfd8d678f 100755 (executable)
@@ -550,7 +550,7 @@ HELP;
        }
        if (strlen($conf_passed))
        {
-               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'";