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

ruby-changes:39400

From: nobu <ko1@a...>
Date: Tue, 4 Aug 2015 15:48:23 +0900 (JST)
Subject: [ruby-changes:39400] nobu:r51481 (trunk): contributing.rdoc: portable substitution [ci skip]

nobu	2015-08-04 15:48:09 +0900 (Tue, 04 Aug 2015)

  New Revision: 51481

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

  Log:
    contributing.rdoc: portable substitution [ci skip]
    
    * doc/contributing.rdoc: use portable substitution syntax
      available in plain bourne shell.

  Modified files:
    trunk/ChangeLog
    trunk/doc/contributing.rdoc
Index: doc/contributing.rdoc
===================================================================
--- doc/contributing.rdoc	(revision 51480)
+++ doc/contributing.rdoc	(revision 51481)
@@ -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='$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 51480)
+++ ChangeLog	(revision 51481)
@@ -19,7 +19,7 @@ Tue Aug  4 09:32:30 2015  SHIBATA Hirosh https://github.com/ruby/ruby/blob/trunk/ChangeLog#L19
 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
+	  [fix GH-989][ci skip] Patch by @schneems
 
 Mon Aug  3 10:08:33 2015  Nobuyoshi Nakada  <nobu@r...>
 

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

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