[Buildroot] [PATCH 4/4] package/environment-setup: fix spelling of the script file in the manual.

Konrad Schwarz konrad.schwarz at siemens.com
Sun Jan 3 17:29:54 UTC 2021


My previous patch of the same name was erroneous;
the name of the setup file was actually spelled correctly
in one of two instances, and reversed in the other;
I mistakingly reversed the order in both instances.

Signed-off-by: Konrad Schwarz <konrad.schwarz at siemens.com>
---
Interdiff:
  diff --git a/docs/manual/using-buildroot-toolchain.txt b/docs/manual/using-buildroot-toolchain.txt
  index e202c7d09b..09408ef05a 100644
  --- a/docs/manual/using-buildroot-toolchain.txt
  +++ b/docs/manual/using-buildroot-toolchain.txt
  @@ -37,7 +37,7 @@ For your convenience, by selecting the option
   +BR2_PACKAGE_HOST_ENVIRONMENT_SETUP+, you can get a
   +environment-setup+ script installed in +output/host/+ and therefore
   in your SDK.  This script can be sourced with
  -+. your/sdk/path/setup-environment+ to export a number of environment
  ++. your/sdk/path/environment-setup+ to export a number of environment
   variables that will help cross-compile your projects using the
   Buildroot SDK: the +PATH+ will contain the SDK binaries, standard
   _autotools_ variables will be defined with the appropriate values, and

 docs/manual/using-buildroot-toolchain.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/using-buildroot-toolchain.txt b/docs/manual/using-buildroot-toolchain.txt
index e202c7d09b..09408ef05a 100644
--- a/docs/manual/using-buildroot-toolchain.txt
+++ b/docs/manual/using-buildroot-toolchain.txt
@@ -37,7 +37,7 @@ For your convenience, by selecting the option
 +BR2_PACKAGE_HOST_ENVIRONMENT_SETUP+, you can get a
 +environment-setup+ script installed in +output/host/+ and therefore
 in your SDK.  This script can be sourced with
-+. your/sdk/path/setup-environment+ to export a number of environment
++. your/sdk/path/environment-setup+ to export a number of environment
 variables that will help cross-compile your projects using the
 Buildroot SDK: the +PATH+ will contain the SDK binaries, standard
 _autotools_ variables will be defined with the appropriate values, and
-- 
2.25.4



More information about the buildroot mailing list