From 37459c64b0048bb370953161487408676811aa1e Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Tue, 26 May 2009 23:17:48 +0200 Subject: whitespace, oh why oh why --- scripts/generate_gettext_pot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/generate_gettext_pot.sh') diff --git a/scripts/generate_gettext_pot.sh b/scripts/generate_gettext_pot.sh index 4ac038e..b762ecb 100755 --- a/scripts/generate_gettext_pot.sh +++ b/scripts/generate_gettext_pot.sh @@ -4,5 +4,5 @@ PWD=$(pwd) xgettext --no-wrap --width 1 --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c | grep -v .git | sort | uniq | tr '\n' ' '` -o ./po/tuxanci.pot cd po/ find ./ -name \*.po -print | xargs -i msgmerge --no-wrap --width 1 -U {} tuxanci.pot -rm -rf \*~ +rm -rf *~ popd > /dev/null -- cgit v1.2.3