From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Fri, 18 Sep 2009 19:35:40 -0400 Subject: [U-Boot] [PATCH] MAKEALL: Add summary information In-Reply-To: <1253313414-6907-1-git-send-email-ptyser@xes-inc.com> References: <1253313414-6907-1-git-send-email-ptyser@xes-inc.com> Message-ID: <200909181935.41449.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20090918/4aa05ef6/attachment.pgp