summaryrefslogtreecommitdiff
path: root/Ports/.strip_env.sh
AgeCommit message (Collapse)Author
2022-05-29Ports: Don't unset `EDITOR`Tim Schumacher
2022-05-22Ports: Don't unset `{HOME,USER,TERM,PATH}`Tim Schumacher
These are required for the `dev` environment (or more precisely, `git`) to work.
2022-05-21Ports: Sanitize environment before handling PortsTim Schumacher
This keeps users from leaking their host environment variables (CFLAGS, etc.) into Ports, and it keeps us from leaking Port-specific settings into their dependencies.