author | Shawn O. Pearce <spearce@spearce.org> | |
Sat, 2 Jun 2007 20:11:26 +0000 (16:11 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 3 Jun 2007 00:00:55 +0000 (20:00 -0400) | ||
commit | cfb07cca7d9a517fae1bdc741c41c06d150a852f | |
tree | d89e549f5011cee5b29a801314155f91ff4a6cf2 | tree | snapshot |
parent | 6309172ea56294d08674cf35df92d6a3fa695480 | commit | diff |
git-gui: Verify Tcl/Tk is new enough for our needs
For quite a while we have been assuming the user is running on
a Tcl/Tk 8.4 or later platform. This may not be the case on
some very old systems. Unfortunately I am pretty far down the
path of using the Tcl/Tk 8.4 commands and options and cannot
easily work around them to support earlier versions of Tcl/Tk.
So we'll check that we are using the correct version up front,
and if not we'll stop with a related error message.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
For quite a while we have been assuming the user is running on
a Tcl/Tk 8.4 or later platform. This may not be the case on
some very old systems. Unfortunately I am pretty far down the
path of using the Tcl/Tk 8.4 commands and options and cannot
easily work around them to support earlier versions of Tcl/Tk.
So we'll check that we are using the correct version up front,
and if not we'll stop with a related error message.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history |