www-apps/laminar: fix init script bashism

Closes: https://bugs.gentoo.org/911252
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com>
This commit is contained in:
Ferenc Erki 2023-10-22 16:21:45 +02:00
parent c6ce3f5bef
commit 1942fbd9f0
No known key found for this signature in database
GPG Key ID: 46E6C62BC3B9CF05
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ start_pre() {
local env_args
OIFS=$IFS
IFS=$'\n'
IFS=$(printf '\n')
for env in $(set | grep ^LAMINAR_); do
env_args="${env_args} --env ${env}"