Comment 4 for bug 1996489

Revision history for this message
kalvdans (4-launchpad-kalvdans-no-ip-org) wrote : Re: The unminimize command fails to reinstall packags with missing files in the `share` and `locale` directories

> However, because the error occurs in a pipe, it is lost, and the script continues despite the `set -e` at the start (which is a bug in itself).

It is not, Posix shell is supposed to behave that way. In bash, you can `set -o pipefail` to get the wanted behaviour.