X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_tunnel.c;h=a37fa118945f41e884eca645ef03898394f3ad6b;hp=92fcea56171388cce556957de065480c93d9353e;hb=9c29247938d64f721db448824a1121ef47ad2869;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/mutt_tunnel.c b/mutt_tunnel.c index 92fcea5..a37fa11 100644 --- a/mutt_tunnel.c +++ b/mutt_tunnel.c @@ -88,7 +88,7 @@ static int tunnel_socket_open (CONNECTION * conn) /* Don't let the subprocess think it can use the controlling tty */ setsid (); - execl (EXECSHELL, "sh", "-c", Tunnel, NULL); + execl ("/bin/sh", "sh", "-c", Tunnel, NULL); _exit (127); } mutt_unblock_signals_system (1);