diff options
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |