fix: selected locales were not parsed correctly from an existing configuration due to wrong IFS in array expansion (fixes #16)

This commit is contained in:
oddlama 2021-10-27 13:41:38 +02:00
parent d55ba9ea1e
commit 69d02963ec
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -304,6 +304,7 @@ function load_selected_locales() {
((++i)) ((++i))
done done
local IFS=" "
SELECTED_LOCALES="${sel_locales[*]}" SELECTED_LOCALES="${sel_locales[*]}"
} }