chiark
/
gitweb
/
~yarrgweb
/
ypp-sc-tools.db-test.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
do not throw away errors in uploads (!)
[ypp-sc-tools.db-test.git]
/
pctb
/
dictionary-update-receiver
diff --git
a/pctb/dictionary-update-receiver
b/pctb/dictionary-update-receiver
index
0ce8593
..
e3c2e7a
100755
(executable)
--- 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 $!;