]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/cmd.php
clean up reverse code
[nominatim.git] / lib / cmd.php
index 9ec290d1c4243f5158217ab2da6392c0595848bf..9efe5653b735ca45dd12a62da471d824436dc4ee 100644 (file)
@@ -203,7 +203,8 @@ function runWithEnv($sCmd, $aEnv)
     $aFDs = array(
              0 => array('pipe', 'r'),
              1 => STDOUT,
-             2 => STDERR);
+             2 => STDERR
+            );
     $aPipes = null;
     $hProc = @proc_open($sCmd, $aFDs, $aPipes, null, $aEnv);
     if (!is_resource($hProc)) {