and even less very old hacks.
[apps/madmutt.git] / system.c
index c9612f6..af915de 100644 (file)
--- a/system.c
+++ b/system.c
@@ -100,7 +100,7 @@ int _mutt_system (const char *cmd, int flags)
     sigaction (SIGTSTP, &act, NULL);
     sigaction (SIGCONT, &act, NULL);
 
-    execl (EXECSHELL, "sh", "-c", cmd, NULL);
+    execl ("/bin/sh", "sh", "-c", cmd, NULL);
     _exit (127);                /* execl error */
   }
   else if (thepid != -1) {