From e42561f3c1a05502c2091d7c1c0472819ff9b1bd Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 4 Sep 2024 14:06:14 +0200 Subject: [PATCH] locale/split --- spcd/bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 55f8f3b..84f9a05 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -387,7 +387,9 @@ spcd_txt_locale() { "LC_TIME" \ "LC_COLLATE" \ "LC_MONETARY" \ - "LC_MESSAGES" \ + "LC_MESSAGES" + set -- \ + "${@}" \ "LC_PAPER" \ "LC_NAME" \ "LC_ADDRESS" \