From 389f8cc7374eeff1be2a76ee73f117199ee94fdf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 6 Sep 2024 21:22:46 +0200 Subject: [PATCH] locale/debug --- spcd/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 4155628..ce0d154 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -887,6 +887,9 @@ spcd_txt_locale() { ;; esac local name + for name in "${@}"; do + echo "${name}" + done case "${action}" in "list") if ! locale; then