translation: Fix msgmerge default

refs #9615
This commit is contained in:
Eric Lippmann 2015-07-30 15:53:39 +02:00
parent c9c97f3c61
commit d4c7261562
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class GettextTranslationHelper
if (is_file($this->tablePath)) {
shell_exec(sprintf(
'%s --update %s %s 2>&1',
$this->getConfig()->get('translation', 'msgmerge', '/usr/bin/env php'),
$this->getConfig()->get('translation', 'msgmerge', '/usr/bin/env msgmerge'),
$this->tablePath,
$this->templatePath
));