po: forgot to commit updated xgettext_wrapper

This commit is contained in:
Daniel Kolesa 2014-11-05 16:21:39 +00:00
parent f0f9edd0bd
commit 90ba56b1ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ ! "$ELUA_BIN" ]; then
fi
if [ -x "$ELUA_BIN" ]; then
$ELUA_BIN :xgettext "$@"
$ELUA_BIN xgettext "$@"
else
$XGETTEXT "$@"
fi