chiark / gitweb /
dgit: Replace every `die $!;' with confess
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 1 Oct 2018 13:11:03 +0000 (14:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 1 Oct 2018 13:13:25 +0000 (14:13 +0100)
commit00ac08331f4119b8726748c109ce9a2d50f2887e
treec6acb50e3edfb55c1c9d11ceac0cf122c1e7b221
parentcc6570b2dc95d1c70c349e61493a9e57b4f2a233
dgit: Replace every `die $!;' with confess

This may improve error messages in case of internal errors etc., at
the cost of producing stack traces when it's just that the user's disk
is full.

This is probably a good tradeoff.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit