summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/mail.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/mail.in b/quilt/mail.in
index c9139d4..15990e4 100644
--- a/quilt/mail.in
+++ b/quilt/mail.in
@@ -137,7 +137,7 @@ process_mail()
echo ${QUILT_SENDMAIL:-sendmail} \
${QUILT_SENDMAIL_ARGS--f "$opt_sender"} "$@"
$QUILT_DIR/scripts/edmail --charset $opt_charset \
- --remove-header Bcc "$@" < $tmpfile \
+ --remove-header Bcc < $tmpfile \
| ${QUILT_SENDMAIL:-sendmail} \
${QUILT_SENDMAIL_ARGS--f "$opt_sender"} "$@"
else