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

This commit is contained in:
Marc Beninca 2024-09-06 21:43:02 +02:00
parent 1398431521
commit c64014d617
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

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\)" ;;