Bug#818: echo builtin doesn't check for write errors

1996-08-24 Thread Ian Jackson
Buddha M. D. Buck writes (Bug#818: echo builtin doesn't check for write errors): As of 1.14.6-4, this bug is still there... maybe $ type echo echo is a shell builtin $ echo foo /dev/full $ echo $? 0 $ cat /dev/zero /dev/full cat: write error: No space left on device $ echo $? 1

Bug#818: echo builtin doesn't check for write errors

1996-08-17 Thread Buddha M. D. Buck
As of 1.14.6-4, this bug is still there... maybe $ type echo echo is a shell builtin $ echo foo /dev/full $ echo $? 0 $ cat /dev/zero /dev/full cat: write error: No space left on device $ echo $? 1 $ /bin/echo foo /dev/full $ echo $? 0 $ file /bin/echo /bin/echo: ELF 32-bit LSB executable,