diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-07-18 12:20:32 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-07-18 12:20:32 -0700 |
| commit | 36b37afda6487113a981b036431fa97aa3fe2234 (patch) | |
| tree | 67ee70a1db67a11fe7717bc67f2e2607847d52f1 | |
| parent | b9632c9d95f601c3d557cdbad60c06fcc7d30110 (diff) | |
| parent | 6600054e9b047e47a6dca0dc07076194b46e2720 (diff) | |
| download | git-36b37afda6487113a981b036431fa97aa3fe2234.tar.xz | |
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
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2110,7 +2110,7 @@ $(SCRIPT_PERL_GEN): % : %.perl GIT-PERL-DEFINES GIT-PERL-HEADER GIT-VERSION-FILE $(QUIET_GEN)$(RM) $@ $@+ && \ sed -e '1{' \ -e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \ - -e ' rGIT-PERL-HEADER' \ + -e ' r GIT-PERL-HEADER' \ -e ' G' \ -e '}' \ -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \ |
