Compare commits

...

2 commits

Author SHA1 Message Date
c64014d617
unset regex
Some checks failed
/ arch (push) Successful in 2m43s
/ alpine (push) Failing after 10s
/ fedora (push) Successful in 12m45s
/ opensuse (push) Successful in 3m38s
/ ubuntu (push) Blocked by required conditions
/ debian (push) Blocked by required conditions
/ rocky (push) Has been cancelled
/ alma (push) Has been cancelled
2024-09-06 21:43:02 +02:00
1398431521
indent 2024-09-06 21:40:28 +02:00

View file

@ -921,6 +921,7 @@ spcd_txt_locale() {
"show")
local regex
for name in "${@}"; do
unset regex
case "${name}" in
# LC_CTYPE
"LC_NUMERIC") regex="^\(decimal\|thousands\|grouping\)" ;;