A couple of fixes wrt bootstrap.cfg

Correctly source. export so that scripts can access.
This commit is contained in:
fosslinux 2021-10-14 21:31:45 +11:00
parent b0f9c00ef3
commit 5dbf82e8e4
3 changed files with 10 additions and 7 deletions

View file

@ -14,7 +14,7 @@ trap 'env - PATH=${PREFIX}/bin PS1="\w # " bash -i' EXIT
# shellcheck source=sysglobal/helpers.sh
. helpers.sh
# shellcheck source=/dev/null
. helpers.sh
. bootstrap.cfg
trap bash EXIT