From: Rudolf Polzer Date: Sat, 30 Apr 2011 08:05:13 +0000 (+0200) Subject: better error handling X-Git-Tag: xonotic-v0.5.0~268^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c4f829a02fb9d9b46ad08471e1ce232b88ab2ad3;p=xonotic%2Fxonotic-data.pk3dir.git better error handling --- diff --git a/check-translations.sh b/check-translations.sh index 2a44b6034..eb2d32f67 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -17,6 +17,7 @@ for VM in menu csprogs; do for X in "$VM".dat.*.po; do [ -f "$X" ] || continue for Y in "$X".*.new; do + [ -f "$Y" ] || continue msgcat -F --use-first "$Y" "$X" > "$X".new mv "$X".new "$X" done