From: Rudolf Polzer Date: Wed, 22 Feb 2012 13:10:35 +0000 (+0100) Subject: fix file encoding of input files X-Git-Tag: xonotic-v0.6.0~53^2~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=069bbda5463848334512aeb725c3a30259887e67;p=xonotic%2Fxonotic-data.pk3dir.git fix file encoding of input files --- diff --git a/check-translations.sh b/check-translations.sh index db8f3114c..ea747baad 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -57,6 +57,12 @@ for VM in menu csprogs; do fi for Y in ~/check-translations/"$X".*; do [ -f "$Y" ] || continue + vim -E "$Y" < "$X".new mv "$X".new "$X" done