diff options
| author | David Wührer <def@gmx.at> | 2026-09-14 17:40:32 +0200 |
|---|---|---|
| committer | David Wührer <def@gmx.at> | 2026-09-14 17:40:32 +0200 |
| commit | 03d9f280717714dcc837776c9b2c828faa65221e (patch) | |
| tree | dc5667f939141c3a5962c41c5c83c79545c2fff6 /bin/frakture | |
| parent | 9caf4273b93c3934cf6deca43245d6a646712d62 (diff) | |
minor formatting
Diffstat (limited to 'bin/frakture')
| -rwxr-xr-x | bin/frakture | 3 |
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 |
