On 5/24/07, Alexander Griesser <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi folks!
>
> I wanted to give the latest svn snapshot of busybox a try and
> encountered the following strange issue:
>
> [EMAIL PROTECTED]:~/busybox/busybox$ ./busybox sh
> $ [ 6 -le 6 ] && echo ok
> ok
> $ [ 127 -le 6 ] && echo ok
> $ [ 128 -le 6 ] && echo ok
> ok
> $ exit
> [EMAIL PROTECTED]:~/busybox/busybox$
>
> So to me it seems as if there's some kind of magic limit above the
> value of 127. Can someone else reproduce this?

Which shell is it? (msh or ash?)
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to