[BusyBox] busybox tr behaviour

Glenn McGrath bug1 at iinet.net.au
Sun Feb 22 07:55:32 UTC 2004


On Mon, 16 Feb 2004 17:50:19 +0100 (CET)
"Peter S. Mazinger" <ps.m at gmx.net> wrote:

> the following (used in rpm dependancy checking)
> echo "$interplist" | tr '[:blank:]' \\n does not behave like the
> coreutils tr version (interplist is like /bin/sh /usr/bin/perl the
> different interpreters)

$ echo "a b c d" | tr '[:blank:]' -
a-b-c-d
$ echo "a b c d" | ./busybox tr '[:blank:]' -
- - c d
$

Certainly looks like a bug to me, maybe ill get back to it.



Glenn



More information about the busybox mailing list