author | Jim Meyering <jim@meyering.net> | |
Tue, 25 Sep 2007 06:48:59 +0000 (08:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 25 Sep 2007 07:30:19 +0000 (00:30 -0700) | ||
commit | d1637a07f684acd80007723f94c4da9649d85525 | |
tree | 32d9301371880527a4dee3a146be24f99eacdc33 | tree | snapshot |
parent | e883932f7dc83ea69a990cba656464d5315f3300 | commit | diff |
Do not over-quote the -f envelopesender value.
Without this, the value passed to sendmail would have an extra set of
single quotes. At least exim's sendmail emulation would object to that:
exim: bad -f address "'list-addr@example.org'": malformed address: ' \
may not follow 'list-addr@example.org
error: hooks/post-receive exited with error code 1
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Without this, the value passed to sendmail would have an extra set of
single quotes. At least exim's sendmail emulation would object to that:
exim: bad -f address "'list-addr@example.org'": malformed address: ' \
may not follow 'list-addr@example.org
error: hooks/post-receive exited with error code 1
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/hooks/post-receive-email | diff | blob | history |