if nothing remains in array, return

This commit is contained in:
Heavybullets8 2022-09-05 01:51:35 -06:00
parent a9a2363384
commit fc8af22d07

View File

@ -43,6 +43,7 @@ do
((index++))
done
[[ ${#array[@]} == 0 ]] && return
it=0
while_count=0