mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "common.mk: allow brace expansion for benchmark targets"
This reverts commit4c0e21add7
because we're not using /bin/bash. See11d3986d65
and1b2b0e1f24
to know its context. In short,4c0e21add7
does not work on Ubuntu.
This commit is contained in:
parent
1b2b0e1f24
commit
928377d2c5
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ bisect-ruby: PHONY
|
|||
COMPARE_RUBY = $(BASERUBY)
|
||||
BENCH_RUBY = $(RUNRUBY)
|
||||
ITEM =
|
||||
ARGS = $$(ls $(srcdir)/benchmark/*$(ITEM)*.{yml,rb} 2>/dev/null)
|
||||
ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb' | sort)
|
||||
OPTS =
|
||||
|
||||
# You can pass several options through OPTS environment variable.
|
||||
|
|
Loading…
Reference in a new issue