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> (cherry picked from commit f59bf34164de2bd3573f758844282a85ffb3cf3c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
08d71521d3
commit
0580d6a0b1
@@ -41,7 +41,7 @@ case ":${PATH:-unset}:" in
|
|||||||
(*" "*|*"${TAB}"*|*"${NL}"*)
|
(*" "*|*"${TAB}"*|*"${NL}"*)
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "Your PATH contains spaces, TABs, and/or newline (\\\n) characters.\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
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user