eval/locales
Some checks failed
/ arch (push) Successful in 2m57s
/ alpine (push) Successful in 2m24s
/ fedora (push) Successful in 7m59s
/ debian (push) Failing after 5m20s
/ opensuse (push) Successful in 2m54s
/ ubuntu (push) Successful in 11m0s
/ rocky (push) Blocked by required conditions
/ alma (push) Has been cancelled

This commit is contained in:
Marc Beninca 2024-09-07 00:04:42 +02:00
parent 81db5ca397
commit 164420d418
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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