Author :
jca
Date :
2025-07-30 12:06:30
Hash :35736fe8 Message :In do-extract fail early if the decompressor errors out
Using set -o pipefail we can detect when gzip -d and friends fail when
decompressing archives. This is better than a partially extracted
archive leading to failures to patch or build later.
ok phessler@ landry@