diff options
Diffstat (limited to 'include/init.sh')
| -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 |
