diff --git a/Sphinx.sh b/Sphinx.sh index 4e407e9..0d7be64 100755 --- a/Sphinx.sh +++ b/Sphinx.sh @@ -128,8 +128,7 @@ then i=0 for index in name do - ${listeIndex}[$i]=$index - i=$((i=i+1)) + echo $index done done echo ${listIndex[0]};exit