Problem with test applet
Bernhard Fischer
rep.dot.nop at gmail.com
Mon Jun 11 15:39:16 UTC 2007
On Mon, Jun 11, 2007 at 03:31:24PM +0200, Milos Wimmer wrote:
>
> Hello,
>
>I found another bug in busybox-1.6.0 test applet.
>
>./busybox-1.5.0 sh
>$ GMT="-u"
>$ [ "$GMT" = "-u" ] && echo ok
>ok
>
>
>./busybox-1.6.0 sh
>$ GMT="-u"
>$ [ "$GMT" = "-u" ] && echo ok
>sh: -u: unknown operand
hmz. The NOT operator check is completely wrong there. testing a fix..
More information about the busybox
mailing list