summaryrefslogtreecommitdiff
path: root/pkg/env/env_unsupported.go
Commit message (Collapse)AuthorAge
* 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>