From 5cd46bb2e05fbcb3b83b7a7ddd1ca17489bbe661 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 27 Aug 2001 20:37:06 +0000 Subject: [PATCH] * typo --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 43db6ca6c7..b7417da4bd 100755 --- a/run-tests.php +++ b/run-tests.php @@ -171,7 +171,7 @@ function initialize() if ($windows_p) { // modify path to help Windows find DLL files $path = dirname($php) . ";" . getenv("PATH"); - setenv("PATH={$path}"); + putenv("PATH={$path}"); } create_compiled_in_modules_list(); -- 2.50.1