ruby-changes:39677
From: hsbt <ko1@a...>
Date: Fri, 4 Sep 2015 17:46:40 +0900 (JST)
Subject: [ruby-changes:39677] hsbt:r51758 (trunk): * doc/contributing.rdoc: fix configuration option.
hsbt 2015-09-04 17:46:22 +0900 (Fri, 04 Sep 2015) New Revision: 51758 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51758 Log: * doc/contributing.rdoc: fix configuration option. [ci skip] [fix GH-1009] Modified files: trunk/ChangeLog trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 51757) +++ doc/contributing.rdoc (revision 51758) @@ -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: Index: ChangeLog =================================================================== --- ChangeLog (revision 51757) +++ ChangeLog (revision 51758) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Sep 4 17:46:17 2015 SHIBATA Hiroshi <hsbt@r...> + + * doc/contributing.rdoc: fix configuration option. + [ci skip] [fix GH-1009] + Fri Sep 4 04:46:54 2015 Koichi Sasada <ko1@a...> * iseq.c (iseq_memsize): functions for wrapper object should have -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/