summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 03:12:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 03:12:05 +0000
commit279948f6224d8fd6b701cafde185b772e9e02e52 (patch)
tree5ad30dd572fe996dd652b78422d5974444eeda67 /common.mk
parent1f1693ccbab77641de6be0430f620ce41a5b1669 (diff)
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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 =