[Koha-bugs] [Bug 25778] koha-plack puts duplicate entries into PERL5LIB when multiple instances named

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 14 03:19:03 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25778

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #6)
> So we need to solve it with right scoping.

Exactly.

The following snippet provides a model that should work:

export THIS
test_function() {
    local THIS=blah
    echo `env`
}
test_function
echo $THIS

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list