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



Regards,

   Milos Wimmer

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to