support/dependencies: improve error message

"Fix you PATH" not only has a typo, but isn't very clear. Turn it into
"Fix your PATH environment variable".

Fixes: https://gitlab.com/buildroot.org/buildroot/-/issues/151
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni
2025-12-11 09:30:51 +01:00
committed by Peter Korsgaard
parent 148cd0c3c1
commit f59bf34164

View File

@@ -41,7 +41,7 @@ case ":${PATH:-unset}:" in
(*" "*|*"${TAB}"*|*"${NL}"*)
printf "\n"
printf "Your PATH contains spaces, TABs, and/or newline (\\\n) characters.\n"
printf "This doesn't work. Fix you PATH.\n"
printf "This doesn't work. Fix your PATH environment variable.\n"
exit 1
;;
esac