summaryrefslogtreecommitdiffstats
path: root/doc/started
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/started/buildc.t2
-rw-r--r--doc/started/buildrt.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index f6eaa67349..580a60bda8 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -503,7 +503,7 @@ containing the executables is the prefix used above with
@file{bin} post-fixed.
@example
-export PATH=@value{RTEMSPREFIX}/bin:${PATH}
+export PATH=@value{RTEMSPREFIX}/bin:$@{PATH@}
@end example
Failure to have the binutils in the path will cause the GCC and NEWLIB
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index 93df0db738..5ced49cd89 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -57,7 +57,7 @@ tools. The following command prepends the directory
where the tools were installed in a previous step:
@example
-export PATH=<INSTALL_POINT>/bin:${PATH}
+export PATH=<INSTALL_POINT>/bin:$@{PATH@}
@end example
NOTE: The above command is in Bourne shell (@code{sh}) syntax and