mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
Run run.sh with a clean environment
All expected environment variables are passed through the .env file. Any other variable passed from /init and the environment in which it is executed only "pollutes" the build environment. No change in package hashes.
This commit is contained in:
parent
b58c513e8f
commit
3da50962fd
2 changed files with 2 additions and 2 deletions
|
|
@ -81,4 +81,4 @@ MAKEJOBS=${MAKEJOBS}
|
|||
INTERNAL_CI=${INTERNAL_CI}
|
||||
EOF
|
||||
|
||||
exec ./run.sh
|
||||
exec env -i bash run.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue