X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Fnormalize-po-files.sh;h=a8309004fc4dbb1da452af2ffd77a268c8ccb983;hb=63ae7e5dca1c9fbe843e556fa6142b6820dc7279;hp=563fb6c0d728f6e04d50b68f3d51557d0b66c955;hpb=7a60406e641205bdd4ef67e430ef985964f0083f;p=supertux.git diff --git a/tools/normalize-po-files.sh b/tools/normalize-po-files.sh index 563fb6c0d..a8309004f 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 \; \ No newline at end of file