On Friday 18 September 2009 18:36:54 Peter Tyser wrote:
> +TOTAL_CNT=0
> +     TOTAL_CNT=`expr ${TOTAL_CNT} + 1`

do you have an aversion to using POSIX math ?

: $((TOTAL_CNT += 1))
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to