From 03d9f280717714dcc837776c9b2c828faa65221e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Mon, 14 Sep 2026 17:40:32 +0200 Subject: minor formatting --- bin/frakture | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/frakture') 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 -- cgit v1.2.3