On Monday 09 June 2008, Gururaja Hebbar K R wrote: > i am using few init scripts to run and while running /etc/init.d/rc i > get error as > > Syntax error: We unsupport $((arith))
well if you dont enable math support in the busybox config, you really shouldnt be surprised when it doesnt work > when i checked the file, it had something like this > > step=$(($step + $step_change)) > > I tried to remove the double brackets and make it look as > > step=$($step + $step_change) that's clearly wrong seeing as how those statements arent close to having the same meaning -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
