mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Should quote by double quotes, not single quotes for Windows
* common.mk (test-bundler-precheck): single quotes is not quote on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1f1693ccba
commit
279948f622
1 changed files with 1 additions and 1 deletions
|
@ -1177,7 +1177,7 @@ test-bundler-precheck: $(arch)-fake.rb programs
|
|||
|
||||
yes-test-bundler-prepare: test-bundler-precheck
|
||||
$(XRUBY) -C "$(srcdir)" bin/gem install --no-ri --no-rdoc \
|
||||
--install-dir .bundle --conservative 'rspec:~> 3.5'
|
||||
--install-dir .bundle --conservative "rspec:~> 3.5"
|
||||
|
||||
RSPECOPTS = --format progress
|
||||
BUNDLER_SPECS =
|
||||
|
|
Loading…
Reference in a new issue