Posted to tcl by stevel at Tue Jan 22 07:42:04 GMT 2008view pretty

$ diff Site.tcl $a
12c12
<     variable wubdir "../Wub/"         ;# relative path to Wub libraries
---
>     variable wubdir "../../Wub/"      ;# relative path to Wub libraries
31c31
< lappend auto_path /usr/lib/ ../Wub/
---
> lappend auto_path /usr/lib/ ../../Wub/
83c83
< lappend auto_path ../wikit/lib/wikit
---
> lappend auto_path ../wikit/
$