More useful/hinting error messages in git-checkout
[gitweb.git] / Makefile
index d40aa6a7d8cef4dd36a16e88071faf37c16fb731..648469e625bebeea355ff8599499cdb16da99a2f 100644 (file)
--- 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 $@