On Tuesday 08 April 2008 22:37, James Simmons wrote:
> Actually testing the patch now something changed from busybox 1.6.1. It no 
> longer works. The problem was this. Now I don't know if this is a bashism?
> 
> #!/bin/sh
> 
> len=10
> i=0
> 
> while [[ $((++i)) -lt len ]]; do
>         echo "i = $i"
> done

You probably need $len, not len there.
--
vda

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

Reply via email to