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