aboutsummaryrefslogtreecommitdiff
path: root/pkg/env/env_supported.go
Commit message (Collapse)AuthorAge
* Implement env parsing on WindowsJason T. Greene2022-01-19
| | | | | | | Fixes #12056 Also, enables existing parsing logic for all Unix derived OSs Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
* make env handling os dependentBrent Baude2020-06-02
environment variables are handled differently on windows vs linux. here we split them to be handled but no actually processing of windows environment variables was done. it can be added for future. hoowever, now we dont get errors on windows about processing them. Signed-off-by: Brent Baude <bbaude@redhat.com>