Author: adsb
Date: 2009-07-05 16:24:36 +0000 (Sun, 05 Jul 2009)
New Revision: 1921
Modified:
trunk/debian/changelog
trunk/scripts/nmudiff.sh
Log:
nmudiff: Fix specification of BCc to cont...@bugs so that it's interpreted
as an option to mutt and not as a recipient address. Thanks, Filippo
Giunchedi. (Closes: #534585)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-07-01 18:07:54 UTC (rev 1920)
+++ trunk/debian/changelog 2009-07-05 16:24:36 UTC (rev 1921)
@@ -3,6 +3,9 @@
* checkbashisms: Detect the use of "source" when the sourced filename
contains a tilde (Closes: #528592) or consists of a single character
(Closes: #535252). Thanks, Raphael Geissert and Ryan Niebur.
+ * nmudiff: Fix specification of BCc to cont...@bugs so that it's interpreted
+ as an option to mutt and not as a recipient address. Thanks, Filippo
+ Giunchedi. (Closes: #534585)
-- Adam D. Barratt <[email protected]> Wed, 01 Jul 2009 18:43:43 +0100
Modified: trunk/scripts/nmudiff.sh
===================================================================
--- trunk/scripts/nmudiff.sh 2009-07-01 18:07:54 UTC (rev 1920)
+++ trunk/scripts/nmudiff.sh 2009-07-05 16:24:36 UTC (rev 1921)
@@ -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
fi
--
To unsubscribe, send mail to [email protected].