diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-05-29 18:44:59 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-29 19:35:04 +0100 |
commit | 92fe7eb34192cf916c019d42989b9e92c4c15803 (patch) | |
tree | 8959559b6f5838182c8e08a01f7c3dc3f42a83d2 | |
parent | 58acdce41f60fec39bd09838ca492a21dd0ea5bb (diff) | |
download | serenity-92fe7eb34192cf916c019d42989b9e92c4c15803.zip |
Ports: Don't unset `EDITOR`
-rwxr-xr-x | Ports/.strip_env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/.strip_env.sh b/Ports/.strip_env.sh index 168c487196..011bce4fa9 100755 --- a/Ports/.strip_env.sh +++ b/Ports/.strip_env.sh @@ -5,6 +5,7 @@ exec env -i SERENITY_STRIPPED_ENV=1 \ USER="${USER}" \ TERM="${TERM}" \ PATH="${PATH}" \ + EDITOR="${EDITOR:-}" \ MAKEJOBS="${MAKEJOBS:-}" \ IN_SERENITY_PORT_DEV="${IN_SERENITY_PORT_DEV:-}" \ SERENITY_ARCH="${SERENITY_ARCH:-}" \ |