git-gui: Provide fatal error if library is unavailable
commitf8371706635b7ea19e8df2739e09b8bd3fbf7768
authorShawn O. Pearce <spearce@spearce.org>
Mon, 28 May 2007 15:28:16 +0000 (28 11:28 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 28 May 2007 21:50:41 +0000 (28 17:50 -0400)
tree40d8d2606bf731c3116a8fd8e0cf3e2ff2ef4ddd
parentcd12901b8f247bfcec161d5de658dae6c8185691
git-gui: Provide fatal error if library is unavailable

If we cannot locate our git-gui library directory, or we find it
but the tclIndex file is not present there (or it is present but
is not something we are allowed to read) the user cannot use the
application.  Rather than silently ignoring the errors related to
the tclIndex file being unavailable we report them up front and
display to the user why we cannot start.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh