]> granicus.if.org Git - neomutt/commit
Remove glibc-specific execvpe() call in sendlib.c. (see #3937)
authorKevin McCarthy <kevin@8t8.us>
Sun, 30 Apr 2017 22:56:15 +0000 (15:56 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 12 May 2017 13:08:59 +0000 (14:08 +0100)
commita635eaf2b9e7c3111673ed0145e464cf1fcf7af1
tree67540c701ca8cab00563f04b3267584b336bb18d
parent211800c7240c5076bd864fc2c17fc16c0b24b43e
Remove glibc-specific execvpe() call in sendlib.c. (see #3937)

Changeset fa1192803257 converted all exec calls to use mutt_envlist().
Unfortunately, the call in sendlib.c, execvpe(), is a glibc extension.

Convert back to execvp() for now, to fix the build on MacOS.
sendlib.c