tags 472945 - patch
thanks

Hi,

> package dpatch
> retitle 472945 dpatch: check bash version before "set -o pipefail"
> tags 472945 + patch
> thanks
> 
> Hi,
> 
> I would like to purpose a better solution for this.
> 
> In /usr/bin/dpatch,
> 
>    if [ "${BASH_VERSINFO[0]}" -ge 3 ]; then
>       set -o pipefail
>    fi

No, that's unacceptable, that changes behavior.

Why do you want to use such an old version of bash? pipefail has
around been since 2004, which is 4 years ago, and 2 releases back.


regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to