ruby-changes:39402
From: nobu <ko1@a...>
Date: Tue, 4 Aug 2015 16:55:32 +0900 (JST)
Subject: [ruby-changes:39402] nobu:r51483 (trunk): contributing.rdoc: double quotes [ci skip]
nobu 2015-08-04 16:55:02 +0900 (Tue, 04 Aug 2015) New Revision: 51483 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51483 Log: contributing.rdoc: double quotes [ci skip] * doc/contributing.rdoc: double quotes to expand an environment variable. Modified files: trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 51482) +++ doc/contributing.rdoc (revision 51483) @@ -312,7 +312,7 @@ Now let's build CRuby: https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L312 autoconf mkdir build && cd build # its good practice to build outside of source dir mkdir ~/.rubies # we will install to .rubies/ruby-trunk in our home dir - ../configure --prefix='$HOME/.rubies/ruby-trunk' + ../configure --prefix="$HOME/.rubies/ruby-trunk" make && make install After adding Ruby to your PATH, you should be ready to run the test suite: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/