ruby-changes:39395
From: hsbt <ko1@a...>
Date: Tue, 4 Aug 2015 09:22:25 +0900 (JST)
Subject: [ruby-changes:39395] hsbt:r51476 (trunk): * doc/contributing.rdoc: fixed wrong instructions with OS X
hsbt 2015-08-04 09:22:05 +0900 (Tue, 04 Aug 2015) New Revision: 51476 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51476 Log: * doc/contributing.rdoc: fixed wrong instructions with OS X [fix GH-989][ci skip] Patch by @schneems Modified files: trunk/ChangeLog trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 51475) +++ doc/contributing.rdoc (revision 51476) @@ -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=~/.rubies/ruby-trunk + ../configure --prefix='$(~/).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 51475) +++ ChangeLog (revision 51476) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Aug 4 09:21:58 2015 Richard Schneeman <richard.schneeman+foo@g...> + + * doc/contributing.rdoc: fixed wrong instructions with OS X + [fix GH-989][ci skip] Patch by @schneems + Mon Aug 3 10:08:33 2015 Nobuyoshi Nakada <nobu@r...> * re.c (rb_memsearch): should match only char boundaries in wide -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/