20 Dec
2003
20 Dec
'03
1:57 p.m.
David Laight <david(a)l8s.co.uk> writes:
BTW, there's no need to make the script bash specific, we can use expr instead:
- i=$(($i+1)) + i=`expr $i + 1`
That isn't a bashism, it is required to be supported by any shell that claims to be Posix compliant. That probably means everything except an AT&T/SYSV bourne shell.
There we have it, the first Solaris user complaining. We seem to need the above patch after all... Will submit. Feri.