Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-16 06:39:21 +0300
committerJunio C Hamano <junkio@cox.net>2006-02-16 06:39:21 +0300
commit5f906b1c34a174fb6a5eb03f8063859d1a487721 (patch)
tree1a4a356d3584265277a1d1db031406e43b13aa29 /Makefile
parentf8f135c9bae74f846a92e1f1f1fea8308802ace5 (diff)
parentbabfaf8dee0baa09c56d1a2ec5623b60d900518b (diff)
Merge fixes up to 1.2.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d40aa6a7d8..648469e625 100644
--- a/Makefile
+++ b/Makefile
@@ -419,6 +419,7 @@ $(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
rm -f $@
sed -e '1s|#!.*/sh|#!$(call shq,$(SHELL_PATH))|' \
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
+ -e 's/@@NO_CURL@@/$(NO_CURL)/g' \
$@.sh >$@
chmod +x $@