summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index b9edca2..f7d23b8 100644
--- a/tty.c
+++ b/tty.c
@@ -57,7 +57,7 @@ int uutty_open(char **cmd, int w, int h)
if (!s) s = "/bin/sh";
execl(s, s, (char *)0);
}
- return 1;
+ _Exit(1);
}
uutty_resize(ptm, w, h);