X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/f6e894a53af83a69f553555cb4a6248d57a58391..fef1bbb1a77477867e9f20da4c473d880675e0e7:/lib-php/Shell.php diff --git a/lib-php/Shell.php b/lib-php/Shell.php index 52a7d8fb..b43db135 100644 --- a/lib-php/Shell.php +++ b/lib-php/Shell.php @@ -48,7 +48,7 @@ class Shell return join(' ', $aEscaped); } - public function run($bExitOnFail = False) + public function run($bExitOnFail = false) { $sCmd = $this->escapedCmd(); // $aEnv does not need escaping, proc_open seems to handle it fine