Posted to tcl by jima at Fri Sep 20 18:20:31 GMT 2013view pretty

foo.tcl
=====

cd tisUtils
source install.tcl
# OK

package require tisUtils
# OK

cd ../tisDecls
source install.tcl;# this has a package require tisUtils that fails