X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Fnormalize-po-files.sh;h=e0e9080b3d49d0e839ec79c938c886ca9056e4f1;hb=e449041f97af574103b20cca6d45c06d71677a98;hp=563fb6c0d728f6e04d50b68f3d51557d0b66c955;hpb=e03c38717bed6ab729e083fb2694ff44394645ef;p=supertux.git diff --git a/tools/normalize-po-files.sh b/tools/normalize-po-files.sh index 563fb6c0d..e0e9080b3 100755 --- a/tools/normalize-po-files.sh +++ b/tools/normalize-po-files.sh @@ -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 \;