diff --git a/lug-helper.sh b/lug-helper.sh index ed78243..3c35c3c 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1983,8 +1983,8 @@ Usage: lug-helper # Call the requested functions and exit if [ "${#cargs[@]}" -gt 0 ]; then - for (( i=0; i<"${#cargs[@]}"; i++ )); do - ${cargs[i]} + for (( x=0; x<"${#cargs[@]}"; x++ )); do + ${cargs[x]} done exit 0 fi