diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-07-21 20:27:57 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-07-21 20:27:57 +0100 |
| commit | 1265eb5b63d6478f6442c669955bf0e3f7dcd6b3 (patch) | |
| tree | 59f8e67a2c1df5ef638d2cd8937fcc6c3af274dd /include | |
| parent | 56697c1da39021d7ffc348fe450cfabbe72f19fa (diff) | |
this will be revisited by October 2026 Leah.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/init.sh b/include/init.sh index ba4e582a..26705934 100644 --- a/include/init.sh +++ b/include/init.sh @@ -12,6 +12,7 @@ export LC_ALL=C.UTF-8 projectname="libreboot" projectsite="https://libreboot.org/" +# TODO: consider just erroring here instead of hardcoding a default if [ -z "${PATH+x}" ]; then export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" fi |
