From 164420d418a3dcfafc94db63c6e0394856d2406a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 00:04:42 +0200 Subject: [PATCH] eval/locales --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 1c49bb1..3eaa305 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1013,7 +1013,7 @@ ${name}.${_SPCD_TXT_CHARSET} ${_SPCD_TXT_CHARSET} done ;; "list") - if ! locale --all-locales; then + if ! spcd_eval locale --all-locales; then echo "No locales yet!" fi ;;