mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 13:11:46 +03:00
Ports: Don't unset {HOME,USER,TERM,PATH}
These are required for the `dev` environment (or more precisely, `git`) to work.
This commit is contained in:
parent
169498f9db
commit
0e0db33a2a
Notes:
sideshowbarker
2024-07-17 10:43:13 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/0e0db33a2a Pull-request: https://github.com/SerenityOS/serenity/pull/14079 Reviewed-by: https://github.com/EWouters ✅
@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
exec env -i SERENITY_STRIPPED_ENV=1 \
|
||||
HOME="${HOME}" \
|
||||
USER="${USER}" \
|
||||
TERM="${TERM}" \
|
||||
PATH="${PATH}" \
|
||||
MAKEJOBS="${MAKEJOBS:-}" \
|
||||
IN_SERENITY_PORT_DEV="${IN_SERENITY_PORT_DEV:-}" \
|
||||
SERENITY_ARCH="${SERENITY_ARCH:-}" \
|
||||
|
Loading…
Reference in New Issue
Block a user