From 712757e0842780f969af97386323a4c53cdd543a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 10:06:35 +0200 Subject: [PATCH] show/print --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index c3c2097..8909595 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -960,7 +960,7 @@ spcd_txt_locale() { *) ;; esac spcd_split - echo "${name}" + spcd_os_printenv "${name}" if [ -n "${regex}" ]; then locale --keyword-name "${name}" | grep "${regex}" fi