X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=4499be6618b9c2b3d264858d58065c6fdc62739f;hp=068fbb3469bd6c11aea544c57516a5d00e7509fe;hb=4418939dd9f3a7b3cfd3071234ed18ae86538f2a;hpb=bafbba56cd5735c680676db2adf6f614ba61356f diff --git a/st.c b/st.c index 068fbb3..4499be6 100644 --- a/st.c +++ b/st.c @@ -1190,7 +1190,7 @@ execsh(void) { signal(SIGALRM, SIG_DFL); execvp(prog, args); - exit(EXIT_FAILURE); + _exit(EXIT_FAILURE); } void