and even less very old hacks.
[apps/madmutt.git] / mutt_tunnel.c
index 92fcea5..a37fa11 100644 (file)
@@ -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);