Ticket #3444: (mc_popen): use the PATH environment variable
commit544a6b625efa02edf788f2841cce63a9de071046
authorBen Woods <woodsb02@gmail.com>
Sun, 12 Apr 2015 03:44:40 +0000 (12 11:44 +0800)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 19 Apr 2015 12:29:39 +0000 (19 15:29 +0300)
tree6e5456d624149ca71c8fd7b865baa8910986d7b7
parent6c33f259b66b22d3a1e1e79b9fae7ad29c702358
Ticket #3444: (mc_popen): use the PATH environment variable

...to search for the executable when opening pipe:
add the G_SPAWN_SEARCH_PATH flag to the g_spawn_async_with_pipes() call,
which cause mc to use the PATH environment variable to search for the
executable.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/utilunix.c