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 <gitster@pobox.com>2015-09-15 00:59:05 +0300
committerJunio C Hamano <gitster@pobox.com>2015-09-15 00:59:05 +0300
commita9400b01dfc2256ae6e2c3bd3671519188a3a467 (patch)
tree50f4b5cc8cf3fee5779562de514ce64d21741500 /Makefile
parent153ec926b6ec4ac41f7fdfbca705a3afaa7ef192 (diff)
parent57cee8ac5f108f1e4a51372b37c82a72b0407042 (diff)
Merge branch 'sg/help-group'
* sg/help-group: Makefile: use SHELL_PATH when running generate-cmdlist.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e326fa09c0..8d5df7ea1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1703,7 +1703,7 @@ $(BUILT_INS): git$X
common-cmds.h: generate-cmdlist.sh command-list.txt
common-cmds.h: $(wildcard Documentation/git-*.txt)
- $(QUIET_GEN)./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
+ $(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\
$(localedir_SQ):$(NO_CURL):$(USE_GETTEXT_SCHEME):$(SANE_TOOL_PATH_SQ):\