efl/po/xgettext_wrapper.sh

12 lines
150 B
Bash
Executable File

#!/bin/sh
ELUA_BIN="$ELUA"
if [ ! "$ELUA_BIN" ]; then
ELUA_BIN="$ELUA_INTREE"
export EFL_RUN_IN_TREE=1
fi
$ELUA_BIN :xgettext "$@"
exit $?