diff options
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 096219e2c..e3ba3a3e2 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -8,7 +8,7 @@ CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 make LDFLAGS="-s" make test make install -ln -s /stage1/bin/tclsh8.4 /stage1/bin/tclsh</userinput></screen></para> +ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para> </sect2> |