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 ;;