diff options
Diffstat (limited to 'util-linux/script.c')
-rw-r--r-- | util-linux/script.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util-linux/script.c b/util-linux/script.c index 63d3039d3..c1883328f 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
@@ -69,10 +69,7 @@ int script_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
69 | shell = DEFAULT_SHELL; | 69 | shell = DEFAULT_SHELL; |
70 | } | 70 | } |
71 | 71 | ||
72 | pty = getpty(pty_line); | 72 | pty = xgetpty(pty_line); |
73 | if (pty < 0) { | ||
74 | bb_perror_msg_and_die("can't get pty"); | ||
75 | } | ||
76 | 73 | ||
77 | /* get current stdin's tty params */ | 74 | /* get current stdin's tty params */ |
78 | attr_ok = tcgetattr(0, &tt); | 75 | attr_ok = tcgetattr(0, &tt); |