David Laight david@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.