Ahem. Vladimir checked in a different fix bug didn't close out the bug.

Reverting...
This commit is contained in:
Rob Landley 2005-12-16 08:03:34 +00:00
parent 4b91b88fcb
commit ef1f7b5058

View File

@ -239,7 +239,6 @@ static void data_readlines(void) {
if(inp == NULL)
inp = (inp_stdin) ? bb_xfopen(CURRENT_TTY, "r") : stdin;
if(inp == NULL) bb_perror_msg_and_die("no tty");
if (flags & FLAG_N)
add_linenumbers();