Skip to content

Commit 33580fb

Browse files
raalkmlJunio C Hamano
authored andcommitted
Fix passing of TCLTK_PATH to git-gui
GNU make does not include environment variables by default in its namespace. Just pass them in make command line. Signed-off-by: Alex Riesen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fd1c3bf commit 33580fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ endif
703703

704704
all::
705705
ifndef NO_TCLTK
706-
$(QUIET_SUBDIR0)git-gui TCLTK_PATH='$(TCLTK_PATH_SQ)' $(QUIET_SUBDIR1) all
706+
$(QUIET_SUBDIR0)git-gui $(QUIET_SUBDIR1) TCLTK_PATH='$(TCLTK_PATH_SQ)' all
707707
endif
708708
$(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' prefix='$(prefix_SQ)' all
709709
$(QUIET_SUBDIR0)templates $(QUIET_SUBDIR1)

0 commit comments

Comments
 (0)