diff options
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 3 |
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> |