summaryrefslogtreecommitdiff
path: root/bin/frakture
diff options
context:
space:
mode:
Diffstat (limited to 'bin/frakture')
-rwxr-xr-xbin/frakture3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/frakture b/bin/frakture
index 530369c..cb8f43f 100755
--- a/bin/frakture
+++ b/bin/frakture
@@ -110,8 +110,7 @@ declare -A f=(
)
while IFS= read -r line
do for i in $(seq 0 "$((${#line}-1))")
- do
- c=${line:$i:1}
+ do c=${line:$i:1}
printf '%s' "${f[$c]:-$c}"
done
echo