Hi,
>
> Running dpatch apply-all -v causes errors due to failed patches to be
> ignored. This is because in this command
>
> if eval ${patch} -patch ${wd} ${redir} ${stamp}.new 2>&1; then
>
> the ${redir} is "|tee", so this command evaluates the exit status of the
> "tee" command, not of "patch".
This probably is asking for
set -o pipefail
set.
regards,
junichi
--
[EMAIL PROTECTED],netfort.gr.jp} Debian Project
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]