chiark / gitweb /
dgit: avoid dying with wrong message if compression fails
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 19:11:23 +0000 (20:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 19:11:23 +0000 (20:11 +0100)
commitd49ec0833c03e428cc5a807331b389f1a70cab74
tree44ffd605f0fe10d2f2c4a2953303a182a7e428df
parentdd16a85d0df7e5b55a49b1c80aa769946f1ebb21
dgit: avoid dying with wrong message if compression fails

When dgit intended to report a decompressor had failed, it would
instead crash with no useful message.  This was due to
generate_commits_from_dsc's @compr_cmd being shadowed inside
the if $compr_ext.

This is part of #857694.

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