From 90ba56b1ff6376876c0ffe536f7fd546206fa328 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 5 Nov 2014 16:21:39 +0000 Subject: [PATCH] po: forgot to commit updated xgettext_wrapper --- po/xgettext_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/xgettext_wrapper.sh b/po/xgettext_wrapper.sh index 17ca08e486..730d2fd18c 100755 --- a/po/xgettext_wrapper.sh +++ b/po/xgettext_wrapper.sh @@ -8,7 +8,7 @@ if [ ! "$ELUA_BIN" ]; then fi if [ -x "$ELUA_BIN" ]; then - $ELUA_BIN :xgettext "$@" + $ELUA_BIN xgettext "$@" else $XGETTEXT "$@" fi