Skip to content

Commit c20408c

Browse files
committed
git-gui: Allow Tcl 9.0
TclTk 9.0 is now shipping, and git-gui is now patched to support use of this newer version. Adjust required versions to allow Tcl/Tk >= 8.6, including 9.x. Signed-off-by: Mark Levedahl <[email protected]>
1 parent cc41d37 commit c20408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.}]
3030
##
3131
## Tcl/Tk sanity check
3232

33-
if {[catch {package require Tcl 8.6-8.8} err]} {
33+
if {[catch {package require Tcl 8.6-} err]} {
3434
catch {wm withdraw .}
3535
tk_messageBox \
3636
-icon error \

0 commit comments

Comments
 (0)