if nothing remains in array, return
This commit is contained in:
parent
a9a2363384
commit
fc8af22d07
@ -43,6 +43,7 @@ do
|
||||
((index++))
|
||||
done
|
||||
|
||||
[[ ${#array[@]} == 0 ]] && return
|
||||
|
||||
it=0
|
||||
while_count=0
|
||||
|
Loading…
Reference in New Issue
Block a user