Am 23.1.2006 schrieb "Bogdan-Andrei Iancu" <bogdan(a)voice-system.ro>ro>:
Hi Martin,
what shell are you using?
the line with problem is:
GW_IP=$(($1+$2*256+$3*65536+$4*16777216))
maybe your shell is not able to interpret it. On bash and sh works.
i'd already thought this too. but it's bash.
btw: thanks for fixing the solaris bug some weeks ago, it works fine now.