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

  1. $ diff Site.tcl $a
  2. 12c12
  3. < variable wubdir "../Wub/" ;# relative path to Wub libraries
  4. ---
  5. > variable wubdir "../../Wub/" ;# relative path to Wub libraries
  6. 31c31
  7. < lappend auto_path /usr/lib/ ../Wub/
  8. ---
  9. > lappend auto_path /usr/lib/ ../../Wub/
  10. 83c83
  11. < lappend auto_path ../wikit/lib/wikit
  12. ---
  13. > lappend auto_path ../wikit/
  14. $