mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
gitk: allow Tcl/Tk 9.0+
Tcl/Tk 9.0 has been released, and has shipped in Fedora 42. Prior patches in this sequence have addressed known incompatibilities, so gitk is now operating with Tcl9. So, let's allow Tcl9. Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
This commit is contained in:
parent
ac222bc02d
commit
4e605b7bc0
2
gitk
2
gitk
@ -7,7 +7,7 @@ exec wish "$0" -- "$@"
|
||||
# and distributed under the terms of the GNU General Public Licence,
|
||||
# either version 2, or (at your option) any later version.
|
||||
|
||||
if {[catch {package require Tcl 8.6-8.8} err]} {
|
||||
if {[catch {package require Tcl 8.6-} err]} {
|
||||
catch {wm withdraw .}
|
||||
tk_messageBox \
|
||||
-icon error \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user