aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 068fbb3..4499be6 100644
--- a/st.c
+++ b/st.c
@@ -1190,7 +1190,7 @@ execsh(void) {
1190 signal(SIGALRM, SIG_DFL); 1190 signal(SIGALRM, SIG_DFL);
1191 1191
1192 execvp(prog, args); 1192 execvp(prog, args);
1193 exit(EXIT_FAILURE); 1193 _exit(EXIT_FAILURE);
1194} 1194}
1195 1195
1196void 1196void