On Sat, Feb 26, 2011 at 8:05 AM, Cristian Greco <[email protected]> wrote: > Hi, > > this patch will fix bashisms in fs_inod test script, i.e. it will be > shell agnostic.
The overall idea is sane, but we use the null operator with the arithmetic operand $(( )) to increment in LTP: `A=$(( $A + 1 ))' -> `: $(( A += 1 ))' Thanks, -Garrett ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
