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" \