(Boeing r1782)

support tcl/tk8.6 when available
fix channel read error upon shutdown with tcl8.6
This commit is contained in:
ahrenholz 2013-10-09 19:57:45 +00:00
parent f28e80ab66
commit c85429ba8b
2 changed files with 6 additions and 2 deletions

View file

@ -92,7 +92,7 @@ cd $LIBDIR
core=$LIBDIR/core.tcl
# locate wish8.5 binaries
WISHLIST="/usr/local/bin/wish8.5 /usr/bin/wish8.5"
WISHLIST="/usr/bin/wish8.6 /usr/local/bin/wish8.5 /usr/bin/wish8.5"
for wishbin in $WISHLIST
do
if [ -x $wishbin ]