just remove the EOF message

This commit is contained in:
bakkeby 2020-04-20 10:53:23 +02:00
parent e4fa8079a0
commit 60d1827504
1 changed files with 0 additions and 1 deletions

1
st.c
View File

@ -896,7 +896,6 @@ ttyread(void)
switch (ret) {
case 0:
fputs("found EOF in input\n", stderr);
exit(0);
case -1:
die("couldn't read from shell: %s\n", strerror(errno));