cat,nl: fix handling of open errors
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Nov 2018 10:44:10 +0000 (11:44 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Nov 2018 10:44:10 +0000 (11:44 +0100)
commitc1005355718055983912ebdd79357b11894e0958
treef879fd99b2850586ececc83b796d1ab697b3dece
parent75a1c87357070ec0229f1c98d887bc1c526bb81c
cat,nl: fix handling of open errors

$ cat -n does_not_exist; echo $?
cat: does_not_exist: No such file or directory
1

function                                             old     new   delta
print_numbered_lines                                 118     129     +11
nl_main                                              196     201      +5
cat_main                                             421     425      +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 20/0)               Total: 20 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/cat.c
coreutils/nl.c
include/libbb.h
libbb/print_numbered_lines.c