Skip to content

Commit 36b37af

Browse files
committed
Merge branch 'dj/runtime-prefix'
POSIX portability fix in Makefile to fix a glitch introduced a few releases ago. * dj/runtime-prefix: Makefile: tweak sed invocation
2 parents b9632c9 + 6600054 commit 36b37af

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
@@ -2110,7 +2110,7 @@ $(SCRIPT_PERL_GEN): % : %.perl GIT-PERL-DEFINES GIT-PERL-HEADER GIT-VERSION-FILE
21102110
$(QUIET_GEN)$(RM) $@ $@+ && \
21112111
sed -e '1{' \
21122112
-e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \
2113-
-e ' rGIT-PERL-HEADER' \
2113+
-e ' r GIT-PERL-HEADER' \
21142114
-e ' G' \
21152115
-e '}' \
21162116
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \

0 commit comments

Comments
 (0)