14 Aug
2020
14 Aug
'20
3:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25778 --- Comment #7 from David Cook <dcook@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.