init.sh: add a throught-provoking TODO

this will be revisited by October 2026 Leah.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-07-21 20:27:57 +01:00
parent 56697c1da3
commit 1265eb5b63
+1
View File
@@ -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