[前][次][番号順一覧][スレッド一覧]

ruby-changes:48492

From: usa <ko1@a...>
Date: Thu, 2 Nov 2017 12:12:10 +0900 (JST)
Subject: [ruby-changes:48492] usa:r60607 (trunk): Should quote by double quotes, not single quotes for Windows

usa	2017-11-02 12:12:05 +0900 (Thu, 02 Nov 2017)

  New Revision: 60607

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60607

  Log:
    Should quote by double quotes, not single quotes for Windows
    
    * common.mk (test-bundler-precheck): single quotes is not quote on Windows.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 60606)
+++ common.mk	(revision 60607)
@@ -1177,7 +1177,7 @@ test-bundler-precheck: $(arch)-fake.rb p https://github.com/ruby/ruby/blob/trunk/common.mk#L1177
 
 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 =

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]