From 6ed8d39de007b3e210f03dac79790fb2c876e801 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 Aug 2015 06:48:09 +0000 Subject: contributing.rdoc: portable substitution [ci skip] * doc/contributing.rdoc: use portable substitution syntax available in plain bourne shell. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- doc/contributing.rdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 558a19b9cb..b2a8964af6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ Tue Aug 4 09:32:30 2015 SHIBATA Hiroshi Tue Aug 4 09:21:58 2015 Richard Schneeman * 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 diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc index 3cba178cec..70a83ec5c4 100644 --- a/doc/contributing.rdoc +++ b/doc/contributing.rdoc @@ -312,7 +312,7 @@ Now let's build CRuby: 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: -- cgit v1.2.3