From c64014d61704c4caa5b53f56b56ad59d71754ddc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 6 Sep 2024 21:43:02 +0200 Subject: [PATCH] unset regex --- spcd/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index d6453a1..a3b484a 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -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\)" ;;