More quoting.
authorJan Schneider <jan@horde.org>
Tue, 19 Jan 2010 09:36:36 +0000 (10:36 +0100)
committerJan Schneider <jan@horde.org>
Tue, 19 Jan 2010 09:36:36 +0000 (10:36 +0100)
horde/po/translation.php

index 82249f4..cdf1fae 100755 (executable)
@@ -794,7 +794,7 @@ function make()
                     $sh = $comm . " \"$horde_po\" | $sh -";
                 }
             } else {
-                $sh .= $pofile;
+                $sh .= '"' . $pofile . '"';
             }
             $sh .= $redir_err;
             if ($debug || $test) {