mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
A couple of fixes wrt bootstrap.cfg
Correctly source. export so that scripts can access.
This commit is contained in:
parent
b0f9c00ef3
commit
5dbf82e8e4
3 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue