> >
> > Hi Paul, Subrata and LTP,
> >
> > Probably, I faced the same problem that Paul is trying to fix (in 
> > testcases/network/generate.sh) when building ltp from source on Ubuntu 
> > Gutsy. 
> > As far as I could see, it is something related to the fact that Ubuntu uses 
> > dash as default '/bin/sh' and its version (in my case, 0.5.4-1ubuntu3) 
> > doesn't support nested arithmetic operations, like "$((cnt=cnt-1))".
> >
> > This trivial patch replaces these operations following an example from Open 
> > Group specifications ( 
> > http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_04).
> >
> > Also, I've already tried this using ksh (version 93s+ 2008-01-31) and bash 
> > (3.2.39). I hope it helps.
> 
> Looks good to me!!!  Thank you very much!!!
> 

Applied. Thanks.

Regards--
Subrata



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to