[Buildroot] [PATCH] support/dependencies: improve error message
Arnout Vandecappelle
arnout at rnout.be
Thu Dec 18 16:37:08 UTC 2025
In reply of:
> "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 at bootlin.com>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> support/dependencies/dependencies.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
> index 2843e3c5d5..9c2aeaf23f 100755
> --- a/support/dependencies/dependencies.sh
> +++ b/support/dependencies/dependencies.sh
> @@ -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
> --
> 2.52.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
More information about the buildroot
mailing list