Do not over-quote the -f envelopesender value.
commitd1637a07f684acd80007723f94c4da9649d85525
authorJim Meyering <jim@meyering.net>
Tue, 25 Sep 2007 06:48:59 +0000 (25 08:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2007 07:30:19 +0000 (25 00:30 -0700)
tree32d9301371880527a4dee3a146be24f99eacdc33
parente883932f7dc83ea69a990cba656464d5315f3300
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>
contrib/hooks/post-receive-email