diff --git a/d6.sh b/d6.sh index a9d5412..bfbf8a9 100755 --- a/d6.sh +++ b/d6.sh @@ -98,7 +98,7 @@ WORDS="" for i in $(seq 1 "$NUM_WORDS") do ROLLS="" - for j in {1..5} + for _j in {1..5} do ROLLS="$((1 + RANDOM % 6))$ROLLS" done