From: Ian Jackson Date: Mon, 22 Jun 2009 23:22:34 +0000 (+0100) Subject: do not throw away errors in uploads (!) X-Git-Tag: 1.9.2~98 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=f1c4da8473dc12240993291dc6855b2a4eaaf1a0 do not throw away errors in uploads (!) --- diff --git a/pctb/dictionary-update-receiver b/pctb/dictionary-update-receiver index 0ce8593..e3c2e7a 100755 --- a/pctb/dictionary-update-receiver +++ b/pctb/dictionary-update-receiver @@ -279,6 +279,7 @@ if (eval { print L "$ll stored\n" or die $!; } else { print L "$ll ERROR! $@\n" or die $!; + exit 1; } close L or die $!;