We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 153ec92 + 57cee8a commit a9400b0Copy full SHA for a9400b0
Makefile
@@ -1703,7 +1703,7 @@ $(BUILT_INS): git$X
1703
common-cmds.h: generate-cmdlist.sh command-list.txt
1704
1705
common-cmds.h: $(wildcard Documentation/git-*.txt)
1706
- $(QUIET_GEN)./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
+ $(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
1707
1708
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\
1709
$(localedir_SQ):$(NO_CURL):$(USE_GETTEXT_SCHEME):$(SANE_TOOL_PATH_SQ):\
0 commit comments