Update and run normalize-po-files.sh
[supertux.git] / tools / normalize-po-files.sh
index 563fb6c..a830900 100755 (executable)
@@ -1,3 +1,2 @@
 #!/bin/sh
-find -iname '*.po' | xargs -I xx msgmerge --backup=off --no-fuzzy-matching --no-wrap -U xx messages.pot
-
+find -iname '*.po' -execdir msgmerge --backup=off --no-fuzzy-matching --no-wrap -U '{}' messages.pot \;
\ No newline at end of file