aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tcl.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-06-24 10:17:32 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-06-24 10:17:32 +0000
commit6614263bf9ae72945df0432f07fd45dc93ae965c (patch)
treea8ec9aeeae5b326546a7dfa68bb1ee39a4b9c48f /chapter05/tcl.xml
parentb3ea288e18a3ab32360aa8a1781c6b243e80f06c (diff)
Changed the instructions for setting the TCLPATH variable. Needed to be in one directory higher to retrieve the proper path from pwd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r--chapter05/tcl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 9d8dec092..11b2ff753 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -71,7 +71,8 @@ will need its internal headers.</para></warning>
<para>Set a variable containing the full path of the current directory.
The next package, Expect, will use this variable to find Tcl's headers.</para>
-<screen><userinput>export TCLPATH=`pwd`</userinput></screen>
+<screen><userinput>cd ..
+export TCLPATH=`pwd`</userinput></screen>
<para>Now make a necessary symbolic link:</para>