1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00:00

Ports: Don't unset EDITOR

This commit is contained in:
Tim Schumacher 2022-05-29 18:44:59 +02:00 committed by Linus Groh
parent 58acdce41f
commit 92fe7eb341

View File

@ -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:-}" \