summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79a9d8e)
raw | patch | inline | side by side (parent: 79a9d8e)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Oct 2005 23:05:50 +0000 (16:05 -0700) | ||
committer | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | |
Mon, 3 Oct 2005 23:29:48 +0000 (16:29 -0700) |
Fix mismerge typo.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 4ea6d9a71b55f74b4f0ffe261dc1cc6f0a28fc9b..133808c82fe37a5dc086b7cdaf436bc3ce0027a6 100644 (file)
--- a/Makefile
+++ b/Makefile
git: git.sh Makefile
rm -f $@+ $@
sed -e '1s|#!.*/sh|#!$(SHELL_PATH)|' \
-<<<<<<< Makefile
- -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
- -e 's/@@X@@/$(X)/g' <$@.sh >$@+
-=======
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
+ -e 's/@@X@@/$(X)/g' \
$(GIT_LIST_TWEAK) <$@.sh >$@+
->>>>>>> .merge_file_3QHyD4
chmod +x $@+
mv $@+ $@