aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cdlog.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdlog.sh b/cdlog.sh
index 087f454..0525213 100644
--- a/cdlog.sh
+++ b/cdlog.sh
@@ -127,8 +127,8 @@ cdlog.mcd()
swap=y
fi
- for x in {1..9}; do
- printf "%s: %s\n" $x "${d[$x]}"
+ for i in {1..9}; do
+ printf "%s: %s\n" $i "${d[$i]}"
done
read -p "? " sel