Skip to content

Commit 26ffcb7

Browse files
g-papegitster
authored andcommitted
gitweb: fallback to system-wide config file (fixup)
The earlier one did not correctly propagate GITWEB_CONFIG_SYSTEM from Makefile to generated gitweb.cgi script. Signed-off-by: Gerrit Pape <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 17a8b25 commit 26ffcb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@ gitweb/gitweb.cgi: gitweb/gitweb.perl
10351035
-e 's|++GIT_VERSION++|$(GIT_VERSION)|g' \
10361036
-e 's|++GIT_BINDIR++|$(bindir)|g' \
10371037
-e 's|++GITWEB_CONFIG++|$(GITWEB_CONFIG)|g' \
1038+
-e 's|++GITWEB_CONFIG_SYSTEM++|$(GITWEB_CONFIG_SYSTEM)|g' \
10381039
-e 's|++GITWEB_HOME_LINK_STR++|$(GITWEB_HOME_LINK_STR)|g' \
10391040
-e 's|++GITWEB_SITENAME++|$(GITWEB_SITENAME)|g' \
10401041
-e 's|++GITWEB_PROJECTROOT++|$(GITWEB_PROJECTROOT)|g' \

0 commit comments

Comments
 (0)