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.. _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
