ruby-changes:64742
From: Nobuyoshi <ko1@a...>
Date: Tue, 5 Jan 2021 11:54:44 +0900 (JST)
Subject: [ruby-changes:64742] 3adf84a079 (master): Commented out the sh-specific code, in cmd.exe
https://git.ruby-lang.org/ruby.git/commit/?id=3adf84a079 From 3adf84a0790aa2edb9e6c121e1e1e223cc7c0bbd Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 5 Jan 2021 11:30:53 +0900 Subject: Commented out the sh-specific code, in cmd.exe diff --git a/common.mk b/common.mk index 10d68d8..fe6c5cf 100644 --- a/common.mk +++ b/common.mk @@ -737,7 +737,8 @@ clean-spec: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L737 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 --; \ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/