locale/debug
Some checks failed
/ arch (push) Failing after 20s
/ alpine (push) Failing after 8s
/ fedora (push) Failing after 1m9s
/ opensuse (push) Failing after 45s
/ alma (push) Failing after 30s
/ rocky (push) Failing after 39s
/ ubuntu (push) Failing after 16s
/ debian (push) Failing after 15s

This commit is contained in:
Marc Beninca 2024-09-06 21:22:46 +02:00
parent 11c144c7c3
commit 389f8cc737
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -887,6 +887,9 @@ spcd_txt_locale() {
;;
esac
local name
for name in "${@}"; do
echo "${name}"
done
case "${action}" in
"list")
if ! locale; then