From 2103cbdaf0ef7fe7974303ec5e5db291ef4f6321 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 19 Jan 2010 10:36:36 +0100 Subject: [PATCH] More quoting. --- horde/po/translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0