Thanks for this Patch. However........ On Wed, 2008-08-27 at 10:03 -0300, elder.costa wrote: > I think the mailer messed up. Patch in the message body this time: > > --- runltp.ORIG 2008-08-25 14:21:12.000000000 -0300 > +++ runltp 2008-08-25 15:45:30.000000000 -0300 > @@ -221,7 +221,7 @@ > export TMPDIR="$TMP";; > > D) NUM_PROCS=1; NUM_FILES=1; NUM_BYTES=$((1024 * 1024 * 1024)); > CLEAN_FLAG=0 > - ARGUMENT_LIST=$(($OPTARG)) > + ARGUMENT_LIST=$OPTARG
This part was already fixed and Signed-off-by: Doug Chapman <[EMAIL PROTECTED]>, on Wed Aug 20 09:15:49 2008 UTC. > TOTAL_ARGUMENTS=1 # > Initial Assume > for ARGUMENT in `echo "$ARGUMENT_LIST" | sed 's/,/\n/g'` # > Store all value in a Loop > do > @@ -296,7 +296,7 @@ > esac ;; > > m) NUM_PROCS=1; CHUNKS=1; BYTES=$((256 * 1024 * 1024)); > HANGUP_FLAG=0 > - ARGUMENT_LIST=$(($OPTARG)) > + ARGUMENT_LIST=$OPTARG This was however not fixed. So, your patch fixed it now. Thanks. I have applied this Part. Regards-- Subrata > TOTAL_ARGUMENTS=1 # > Initial Assume > for ARGUMENT in `echo "$ARGUMENT_LIST" | sed 's/,/\n/g'` # > Store all value in a Loop > do > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
