Fabian Dellwing
a6dd0e6339
Ports: Don't set previously unset environment variables
...
Co-authored-by: Tim Schumacher <timschumi@gmx.de>
Co-authored-by: Jelle Raaijmakers <jelle@gmta.nl>
2023-08-19 15:48:50 +02:00
Tim Schumacher
92fe7eb341
Ports: Don't unset EDITOR
2022-05-29 19:35:04 +01:00
Tim Schumacher
0e0db33a2a
Ports: Don't unset {HOME,USER,TERM,PATH}
...
These are required for the `dev` environment (or more precisely, `git`)
to work.
2022-05-22 00:11:16 +01:00
Tim Schumacher
7550017f97
Ports: Sanitize environment before handling Ports
...
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.
2022-05-21 18:12:07 +02:00