From: Jan Schneider Date: Tue, 19 Jan 2010 09:36:36 +0000 (+0100) Subject: More quoting. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2103cbdaf0ef7fe7974303ec5e5db291ef4f6321;p=horde.git More quoting. --- diff --git a/horde/po/translation.php b/horde/po/translation.php index 82249f455..cdf1faecb 100755 --- a/horde/po/translation.php +++ b/horde/po/translation.php @@ -794,7 +794,7 @@ function make() $sh = $comm . " \"$horde_po\" | $sh -"; } } else { - $sh .= $pofile; + $sh .= '"' . $pofile . '"'; } $sh .= $redir_err; if ($debug || $test) {