]> 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)
committerKevin McCarthy <kevin@8t8.us>
Sun, 30 Apr 2017 22:56:15 +0000 (15:56 -0700)
commit69b7a02e9ddf5166d74015140ae0a409d127fdba
treef05c1ba277cd04841feed772ed66070b19f5e0cb
parent80e7b44ace32db06fbb23c01936a4308c6157736
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