From f34b25a9bdb1ef8d61d0d34fe04c40c1aec24270 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 13 Feb 2024 22:50:24 -0800 Subject: bug: path 8 duplicated into 9. * cdlog.sh (cdlog.args): c9 wrongly assigned $8. --- cdlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdlog.sh b/cdlog.sh index 5db4ad7..59368f9 100644 --- a/cdlog.sh +++ b/cdlog.sh @@ -29,7 +29,7 @@ cdlog.args() { c1=$1; c2=$2; c3=$3 c4=$4; c5=$5; c6=$6 - c7=$7; c8=$8; c9=$8 + c7=$7; c8=$8; c9=$9 cdlog.update } -- cgit v1.2.3