Remove unnecessary definition of environment variables

These are already made available to run2.sh through the .env file.
This commit is contained in:
Dor Askayo 2023-07-13 12:53:02 +03:00
parent 5899991961
commit 3479d65f58
1 changed files with 1 additions and 1 deletions

View File

@ -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