X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=system.c;h=af915de0048c3a1568b8172c8d50f27e480228bd;hp=c9612f606fc229a3ebba9383f2ef3d123cbc3321;hb=4670d23c56f21afaa7ef2e0289a47a6a0d112671;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/system.c b/system.c index c9612f6..af915de 100644 --- 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) {