X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt_tunnel.c;h=a37fa118945f41e884eca645ef03898394f3ad6b;hb=3a63661c35d4b5f93501efab7e5478386ad02565;hp=92fcea56171388cce556957de065480c93d9353e;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd;p=apps%2Fmadmutt.git 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);