On Sat, Mar 10, 2007 at 04:45:52PM +0000, Richard Kettlewell wrote: > Package: bash > Version: 2.05b-26 > Severity: grave
> 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? -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]