new old winetests

Ferenc Wagner wferi at afavant.elte.hu
Sat Dec 20 13:57:29 CST 2003


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



More information about the wine-devel mailing list