Compare commits
2 commits
389f8cc737
...
c64014d617
Author | SHA1 | Date | |
---|---|---|---|
c64014d617 | |||
1398431521 |
1 changed files with 14 additions and 13 deletions
|
@ -921,6 +921,7 @@ spcd_txt_locale() {
|
||||||
"show")
|
"show")
|
||||||
local regex
|
local regex
|
||||||
for name in "${@}"; do
|
for name in "${@}"; do
|
||||||
|
unset regex
|
||||||
case "${name}" in
|
case "${name}" in
|
||||||
# LC_CTYPE
|
# LC_CTYPE
|
||||||
"LC_NUMERIC") regex="^\(decimal\|thousands\|grouping\)" ;;
|
"LC_NUMERIC") regex="^\(decimal\|thousands\|grouping\)" ;;
|
||||||
|
|
Loading…
Reference in a new issue