]> granicus.if.org Git - php/commitdiff
- Use putenv() correct
authorMarcus Boerger <helly@php.net>
Thu, 1 Dec 2005 09:59:59 +0000 (09:59 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 1 Dec 2005 09:59:59 +0000 (09:59 +0000)
run-tests.php

index a9e20aef40aec5c01e19da48a067697d13d36d85..65209b67401ff0e2a8db21a792a30991f212436c 100755 (executable)
@@ -297,7 +297,7 @@ if (isset($argc) && $argc > 1) {
                                        $just_save_results = true;
                                        break;
                                case 'q':
-                                       putenv('NO_INTERACTION', 1);
+                                       putenv('NO_INTERACTION=1');
                                        break;
                                default:
                                        echo "Illegal switch specified!\n";