On Monday 16 January 2012 22:56:35 Peng Haitao wrote: > + failed=$(( $failed + 1 ))
simpler code:
: $(( failed += 1 ))
> + /bin/kill -s SIGUSR1 $pid 2> /dev/null
please don't hardcode any paths to tools
-mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
