mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
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:
parent
c6ce3f5bef
commit
1942fbd9f0
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user