From a37ef87a9c85eff2cdf48d382731b49c05bd56c9 Mon Sep 17 00:00:00 2001 From: Mia Date: Tue, 26 Oct 2021 22:46:10 -0400 Subject: [PATCH] small change to use lowercase index for decoding --- morsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/morsh b/morsh index f34a8bd..24e74f2 100755 --- a/morsh +++ b/morsh @@ -35,7 +35,7 @@ unset bang; line=1; while read -r p || [ -n "$p" ]; do for ii in $exb; do : $((n1+=1)); case "$ii" in - "$i") ma ${index} "$n1" + "$i") ma ${indexl} "$n1" esac done n1=0 @@ -51,7 +51,7 @@ unset bang; line=1; while read -r p || [ -n "$p" ]; do for ii in $exb; do : $((n1+=1)); case "$ii" in - "$i") ma ${index} "$n1" + "$i") ma ${indexl} "$n1" esac done n1=0