From 598ae8a2f12203b0e7c3aec28eeaabd6e8ae4a23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 18 Apr 2024 15:12:46 +0200 Subject: [PATCH] typo in credit formating function --- ledgers/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledgers/index.cgi b/ledgers/index.cgi index e9dea1f..621ef82 100755 --- a/ledgers/index.cgi +++ b/ledgers/index.cgi @@ -5,7 +5,7 @@ credit() { printf '%03i\n' "$1" \ - | sed -E 's;[0-9]{2}$;d&; :0 s;([0-9])([0-9]{3}[dm]);\1m\2;; t0; y;dm;,.;' + | sed -E 's;[0-9]{2}$;d&;; :0 s;([0-9])([0-9]{3}[dm]);\1m\2;; t0; y;dm;,.;' } { printf ' -- 2.39.2