Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-29 | Ports: Don't unset `EDITOR` | Tim Schumacher | |
2022-05-22 | Ports: Don't unset `{HOME,USER,TERM,PATH}` | Tim Schumacher | |
These are required for the `dev` environment (or more precisely, `git`) to work. | |||
2022-05-21 | Ports: Sanitize environment before handling Ports | Tim 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. |