From c4f829a02fb9d9b46ad08471e1ce232b88ab2ad3 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 30 Apr 2011 10:05:13 +0200 Subject: [PATCH] better error handling --- check-translations.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2