mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Commented out the sh-specific code, in cmd.exe
This commit is contained in:
parent
449ef72cb9
commit
3adf84a079
1 changed files with 2 additions and 1 deletions
|
@ -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 --; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue