diff --git a/Sphinx.sh b/Sphinx.sh index 0a2edd2..415ff22 100755 --- a/Sphinx.sh +++ b/Sphinx.sh @@ -128,8 +128,7 @@ then i=0 for index in name do - listeIndex[$i]=$index - (($i++)) + listeIndex[$i++]=$index done done print ${listIndex}