Steve Langasek writes:
> On Sat, Mar 10, 2007 at 04:45:52PM +0000, Richard Kettlewell wrote:

> >   sfere$ type bash
> >   bash is hashed (/bin/bash)
> >   sfere$ bash -c 'type printf'
> >   printf is a shell builtin
> >   sfere$ bash -c 'printf spong' > /dev/full
> >   sfere$ echo $?
> >   0
> 
> > Compare:
> >   sfere$ /usr/bin/printf spong > /dev/full
> >   /usr/bin/printf: write error: No space left on device
> >   sfere$ echo $?
> >   1
> 
> Is this the same as (or related to) bug #320036, fixed in bash 3.1-5?

Don't know.  Surely it's a simple case of failing to check for errors
on some write, flush or close operation.

ttfn/rjk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to