Vincent Lefevre <[EMAIL PROTECTED]> wrote: > On 2006-03-02 14:18:41 -0800, Debian Bug Tracking System wrote: >> - tail -c 3 works again (Closes: #340364) > > It doesn't: ...
It does -- at least for almost everyone else :-) You must have _POSIX2_VERSION set in your environment. Try this: $ env -u -- /usr/bin/tail -c 3 < /dev/null $ dpkg -s coreutils | grep Version Version: 5.94-1 $ env -- _POSIX2_VERSION=0 /usr/bin/tail -c 3 < /dev/null /usr/bin/tail: cannot open `3' for reading: No such file or directory [Exit 1] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

