Commented out the sh-specific code, in cmd.exe

This commit is contained in:
Nobuyoshi Nakada 2021-01-05 11:30:53 +09:00
parent 449ef72cb9
commit 3adf84a079
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -737,7 +737,8 @@ clean-spec: PHONY
check: main test test-tool test-all test-spec
$(ECHO) check succeeded
-$(Q) if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \
-$(Q) : : "run only on sh"; \
if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \
b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \
u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \
set -x; $(GIT) --no-pager log --format=oneline -G "^ *# *include" $$u..HEAD --; \