X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Fnormalize-po-files.sh;h=e0e9080b3d49d0e839ec79c938c886ca9056e4f1;hb=e449041f97af574103b20cca6d45c06d71677a98;hp=a8309004fc4dbb1da452af2ffd77a268c8ccb983;hpb=63ae7e5dca1c9fbe843e556fa6142b6820dc7279;p=supertux.git diff --git a/tools/normalize-po-files.sh b/tools/normalize-po-files.sh index a8309004f..e0e9080b3 100755 --- a/tools/normalize-po-files.sh +++ b/tools/normalize-po-files.sh @@ -1,2 +1,2 @@ #!/bin/sh -find -iname '*.po' -execdir msgmerge --backup=off --no-fuzzy-matching --no-wrap -U '{}' messages.pot \; \ No newline at end of file +find -iname '*.po' -execdir msgmerge --backup=off --no-fuzzy-matching --no-wrap -U '{}' messages.pot \;