'/' in scripts not getting solved
Denys Vlasenko
vda.linux at googlemail.com
Fri Sep 7 06:37:35 PDT 2007
On Friday 07 September 2007 13:55, Tapojoy chatterjee wrote:
> Hi
> In busybox 1.7.0 am not able to execute a script containing a mathematical expression "$a/$b" while the script executes with no noise in busybox 1.5..
Can you give exact steps how to reproduce that? (And which shell is that - we have four).
$ ./busybox ash
$ a=3333
$ b=56
$ echo $(( $a/$b ))
59
--
vda
More information about the busybox
mailing list