Skip to content

Commit 1957249

Browse files
committed
gitk: allow Tcl/Tk 9.0+ for testing
Tcl/Tk 9.0 has been released, and is (to be) shipped in Fedora 42. Allow gitk to (try to) run under this later package so that testing and development can continue. Signed-off-by: Mark Levedahl <[email protected]>
1 parent abb97b6 commit 1957249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exec wish "$0" -- "$@"
77
# and distributed under the terms of the GNU General Public Licence,
88
# either version 2, or (at your option) any later version.
99

10-
if {[catch {package require Tcl 8.6-8.8} err]} {
10+
if {[catch {package require Tcl 8.6-} err]} {
1111
catch {wm withdraw .}
1212
tk_messageBox \
1313
-icon error \

0 commit comments

Comments
 (0)