summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_gettext_pot.sh2
1 files changed, 1 insertions, 1 deletions
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