From: Paul Hänsch Date: Thu, 18 Apr 2024 13:12:46 +0000 (+0200) Subject: typo in credit formating function X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=598ae8a2f12203b0e7c3aec28eeaabd6e8ae4a23 typo in credit formating function --- 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 '