logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 3479d65f58e43a21f195da6e47803b3a052c08b8
parent 5899991961b80061369e774b9a519fd7be731057
Author: Dor Askayo <dor.askayo@gmail.com>
Date:   Thu, 13 Jul 2023 12:53:02 +0300

Remove unnecessary definition of environment variables

These are already made available to run2.sh through the .env file.

Diffstat:

Msysc/run.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysc/run.sh b/sysc/run.sh @@ -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