From 1265eb5b63d6478f6442c669955bf0e3f7dcd6b3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 21 Jul 2026 20:27:57 +0100 Subject: init.sh: add a throught-provoking TODO this will be revisited by October 2026 Leah. Signed-off-by: Leah Rowe --- include/init.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1