[PATCH] Merging the Cygwin changes
authorJunio C Hamano <junkio@cox.net>
Mon, 3 Oct 2005 23:05:50 +0000 (16:05 -0700)
committerPeter 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>
Makefile

index 4ea6d9a..133808c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -297,13 +297,9 @@ all:
 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 $@+ $@