freebsd-dev/usr.bin/script
Mikolaj Golub 8d105928ec In r225809 the intention was to send VEOF only once if STDIN was not a
terminal. Unfortunately the fix was incorrect and for flushtime > 0 it
keept sending VEOF.

Sent VEOF generates ^D\b\b echoed by the terminal, which was reported
in bin/161526. Note, we still send VEOF at least once. Otherwise
commands like below would hang forever:

  echo 1 |script /tmp/script.out cat

PR:		bin/161526
Reported by:	Adrian Wontroba <aw1@stade.co.uk>, Stefan Bethke <stb@lassitu.de>
Tested by:	Stefan Bethke <stb@lassitu.de>
MFC after:	3 days
2011-10-15 19:08:22 +00:00
..
Makefile
script.1 Fix a few grammar and mdoc nits in script.1 2011-09-29 02:29:32 +00:00
script.c In r225809 the intention was to send VEOF only once if STDIN was not a 2011-10-15 19:08:22 +00:00