[PATCH] Merging the Cygwin changes
Fix mismerge typo. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
79a9d8ea0d
commit
c8c5b21a37
6
Makefile
6
Makefile
@ -297,13 +297,9 @@ all:
|
|||||||
git: git.sh Makefile
|
git: git.sh Makefile
|
||||||
rm -f $@+ $@
|
rm -f $@+ $@
|
||||||
sed -e '1s|#!.*/sh|#!$(SHELL_PATH)|' \
|
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/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
|
||||||
|
-e 's/@@X@@/$(X)/g' \
|
||||||
$(GIT_LIST_TWEAK) <$@.sh >$@+
|
$(GIT_LIST_TWEAK) <$@.sh >$@+
|
||||||
>>>>>>> .merge_file_3QHyD4
|
|
||||||
chmod +x $@+
|
chmod +x $@+
|
||||||
mv $@+ $@
|
mv $@+ $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user