From: Peter Eisentraut Date: Thu, 29 Nov 2007 08:27:33 +0000 (+0000) Subject: Don't abort when one file is broken X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=db334f36dc1490195c067d5d614e36b62d8b262c;p=pgtranslation%2Fadmin.git Don't abort when one file is broken --- diff --git a/cp-po b/cp-po index 03421aa..92e9afe 100755 --- a/cp-po +++ b/cp-po @@ -45,8 +45,8 @@ for srcfile in $(find "$srcdir" -name '*.po'); do if ! msgfmt -o /dev/null -c -v $srcfile 2>/dev/null; then echo "$me: $srcfile has errors" 1>&2 - msgfmt -o /dev/null -c -v $srcfile - exit 1 + msgfmt -o /dev/null -c -v $srcfile || : + continue fi for y in $nls_mks; do