On Thu, 2009-06-25 at 16:59 +0200, Filippo Giunchedi wrote:
> in nmudiff BCC_ADDRESS_MUTT must be before -- otherwise it is not
> recognized as an option, trivial patch:
> 
> --- nmudiff.sh        (revision 1917)
> +++ nmudiff.sh        (working copy)
> @@ -411,8 +411,8 @@
>  
>      mutt -s "$SOURCE: diff for NMU version $VERSION" -i "$TMPNAM" \
>       -e "my_hdr X-NMUDIFF-Version: ###VERSION###" \
> -     -a ../${SOURCE}-${VERSION_NO_EPOCH}-nmu.diff -- \
> -     $BCC_ADDRESS_MUTT $TO_ADDRESSES_MUTT
> +     -a ../${SOURCE}-${VERSION_NO_EPOCH}-nmu.diff $BCC_ADDRESS_MUTT \
> +     -- $TO_ADDRESSES_MUTT

Looks like this was broken as part of fixing #518127; thanks for
pointing it out, and for the patch.

Regards,

Adam



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to