mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Peter Korsgaard
parent
148cd0c3c1
commit
f59bf34164
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user