commtechs: BUGFIX in seq usage

This commit is contained in:
Thomas Preud'homme 2009-07-07 14:32:22 +02:00 committed by Thomas Preud'homme
parent 06e1331dbb
commit 60214d62f0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ for nbProd in $nbProdList ; do
"useless_loop" )
case $bin in
"jikes_barrier_comm" | "asm_cache_comm" | "c_cache_comm" )
for argTypeProd in `seq 1 50 5` ; do
for argTypeProd in 1 `seq 5 5 50` ; do
function_run ;
done ;;
* )