tags 414285 + patch severeity 414285 important thanks On Sat, Mar 10, 2007 at 04:45:52PM +0000, Richard Kettlewell wrote: > sfere$ bash -c 'printf spong' > /dev/full
This is just the issue of a missing fflush() (right before the last ferror() check) in builtins/echo/printf.def, or so it seems. Adding a "\n" at the end makes the stream flush before the check, and you get the error message. (Adding the fflush will make it work regardless, but, yeah.) This is definitely a bug, but it's not RC. Downgrading. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

