mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Ports: Don't unset EDITOR
This commit is contained in:
parent
58acdce41f
commit
92fe7eb341
1 changed files with 1 additions and 0 deletions
|
@ -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:-}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue