Commit 80591807 authored by iker_martin's avatar iker_martin
Browse files

Minor error in argument reading

parent 623dc305
...@@ -40,17 +40,17 @@ qty=1 ...@@ -40,17 +40,17 @@ qty=1
if [ $# -ge 4 ] if [ $# -ge 4 ]
then then
use_extrae=$3 use_extrae=$4
fi fi
if [ $# -ge 5 ] if [ $# -ge 5 ]
then then
outFileIndex=$4 outFileIndex=$5
fi fi
if [ $# -ge 6 ] if [ $# -ge 6 ]
then then
qty=$5 qty=$6
fi fi
numP=$(bash $dir$execDir/BashScripts/getNumPNeeded.sh $configFile 0) numP=$(bash $dir$execDir/BashScripts/getNumPNeeded.sh $configFile 0)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment