summaryrefslogtreecommitdiffstats
path: root/doc/started/buildrt.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/started/buildrt.t')
-rw-r--r--doc/started/buildrt.t2
1 files changed, 1 insertions, 1 deletions
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