diff options
author | Sam James <sam@gentoo.org> | 2022-12-06 12:47:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-06 12:47:16 +0000 |
commit | 0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827 (patch) | |
tree | 528779a078e0dc850b54af08ff8be9ae593d1d97 /app-doc/gnucash-docs | |
parent | app-doc/gnucash-docs: force -j1; allow blank L10N (diff) | |
download | gentoo-0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827.tar.gz gentoo-0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827.tar.bz2 gentoo-0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827.zip |
app-doc/gnucash-docs: fix install w/ multiple L10N set
The quoting changes behaviour as it's no longer split.
Closes: https://bugs.gentoo.org/884587
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/gnucash-docs')
-rw-r--r-- | app-doc/gnucash-docs/gnucash-docs-4.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild index 0156cc56c7b2..d1f8186577d7 100644 --- a/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild +++ b/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild @@ -33,7 +33,7 @@ src_install() { local doc_type my_lang for doc_type in manual guide; do - for my_lang in C "${L10N}"; do + for my_lang in C ${L10N}; do [[ -z ${my_lang} ]] && continue case "${my_lang}" in |