From 3adf84a0790aa2edb9e6c121e1e1e223cc7c0bbd Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 5 Jan 2021 11:30:53 +0900 Subject: [PATCH] Commented out the sh-specific code, in cmd.exe --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 10d68d8799..fe6c5cfba7 100644 --- a/common.mk +++ b/common.mk @@ -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 --; \