summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-07-21 20:27:57 +0100
committerLeah Rowe <leah@libreboot.org>2026-07-21 20:27:57 +0100
commit1265eb5b63d6478f6442c669955bf0e3f7dcd6b3 (patch)
tree59f8e67a2c1df5ef638d2cd8937fcc6c3af274dd
parent56697c1da39021d7ffc348fe450cfabbe72f19fa (diff)
init.sh: add a throught-provoking TODOHEADmaster
this will be revisited by October 2026 Leah. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/init.sh1
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