po: forgot to commit updated xgettext_wrapper
authorDaniel Kolesa <d.kolesa@samsung.com>
Wed, 5 Nov 2014 16:21:39 +0000 (16:21 +0000)
committerDaniel Kolesa <d.kolesa@samsung.com>
Wed, 5 Nov 2014 16:21:55 +0000 (16:21 +0000)
po/xgettext_wrapper.sh

index 17ca08e..730d2fd 100755 (executable)
@@ -8,7 +8,7 @@ if [ ! "$ELUA_BIN" ]; then
 fi
 
 if [ -x "$ELUA_BIN" ]; then
-    $ELUA_BIN :xgettext "$@"
+    $ELUA_BIN xgettext "$@"
 else
     $XGETTEXT "$@"
 fi