Changeset 95 for trunk/tcl/install.tcl
- Timestamp:
- Oct 9, 2005 9:41:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tcl/install.tcl
r13 r95 93 93 mkindex [file join $targetdir scripts] 94 94 95 if {[catch {package require Tk}] == 0} { 95 if {[string match wish* [file tail [info nameofexecutable]]]} { 96 package require Tk 96 97 wm withdraw . 97 98 tk_messageBox -icon info -message "$package-$version INSTALLED"
Note: See TracChangeset
for help on using the changeset viewer.