mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00: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: 0e0db33a2a
Pull-request: https://github.com/SerenityOS/serenity/pull/14079
Reviewed-by: https://github.com/EWouters ✅
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue