Revert "git-gui: Correct error of not finding /share/git-gui/lib/tclIndex."

This reverts commit ade2a2dba3.
This commit is contained in:
Mike Pape
2007-09-12 18:46:39 -04:00
parent ade2a2dba3
commit 6a561a80d5

View File

@@ -8,7 +8,6 @@ GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
-include GIT-VERSION-FILE
uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
SCRIPT_SH = git-gui.sh
GITGUI_BUILT_INS = git-citool
@@ -87,8 +86,7 @@ $(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
$(QUIET_GEN)rm -f $@ $@+ && \
GITGUI_RELATIVE= && \
if test '$(exedir_SQ)' = '$(libdir_SQ)'; then \
if test "$(uname_O)" = Cygwin \
-o "$(findstring MINGW,$(uname_S))" = MINGW; \
if test "$(uname_O)" = Cygwin; \
then GITGUI_RELATIVE= ; \
else GITGUI_RELATIVE=1; \
fi; \