From 279948f6224d8fd6b701cafde185b772e9e02e52 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 2 Nov 2017 03:12:05 +0000 Subject: [PATCH] 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 8114ed2ec0..1f6be695b7 100644 --- a/common.mk +++ b/common.mk @@ -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 =