mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Ports: Don't unset EDITOR
This commit is contained in:
parent
58acdce41f
commit
92fe7eb341
Notes:
sideshowbarker
2024-07-17 10:35:34 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/92fe7eb341 Pull-request: https://github.com/SerenityOS/serenity/pull/14136
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
Reference in a new issue