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

index d1b91a8ba7a6cfd0c374b73d771a4eaefff1a26e..87b8daaffa9c5b6a9b7d5764e1b9384f7ad076bd 100755 (executable)
@@ -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'";