|
@@ -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>
|
|
|
|