File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ lib/tclIndex: $(ALL_LIBFILES) GIT-GUI-VARS
254
254
auto_mkindex lib ' *.tcl' \
255
255
| $(TCL_PATH ) $(QUIET_2DEVNULL ) ; then : ok; \
256
256
else \
257
- echo 1 >&2 " * $( TCL_PATH) failed; using unoptimized loading" ; \
257
+ echo >&2 " * $( TCL_PATH) failed; using unoptimized loading" ; \
258
258
rm -f $@ ; \
259
259
echo ' # Autogenerated by git-gui Makefile' > $@ && \
260
260
echo >> $@ && \
@@ -274,8 +274,8 @@ TRACK_VARS = \
274
274
GIT-GUI-VARS : FORCE
275
275
@VARS=' $(TRACK_VARS)' ; \
276
276
if test x" $$ VARS" ! = x" ` cat $@ 2> /dev/null` " ; then \
277
- echo 1 >&2 " * new locations or Tcl/Tk interpreter" ; \
278
- echo 1 >$@ " $$ VARS" ; \
277
+ echo >&2 " * new locations or Tcl/Tk interpreter" ; \
278
+ echo > $@ " $$ VARS" ; \
279
279
fi
280
280
281
281
ifdef GITGUI_MACOSXAPP
You can’t perform that action at this time.
0 commit comments