mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Remove unnecessary definition of environment variables
These are already made available to run2.sh through the .env file.
This commit is contained in:
parent
5899991961
commit
3479d65f58
1 changed files with 1 additions and 1 deletions
|
|
@ -62,4 +62,4 @@ fi
|
|||
|
||||
build bash-5.2.15
|
||||
|
||||
exec env -i PATH="${PATH}" HOME="${HOME}" SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH}" bash run2.sh
|
||||
exec env -i bash run2.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue