Skip to content

Commit

Permalink
translation: Fix msgmerge default
Browse files Browse the repository at this point in the history
refs #9615
  • Loading branch information
lippserd committed Jul 30, 2015
1 parent c9c97f3 commit d4c7261
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ private function updateTranslationTable()
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
));
Expand Down

0 comments on commit d4c7261

Please sign in to comment.