diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-22 21:06:23 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-22 21:06:23 +0000 |
commit | b32f79e0db67f12d3f11ba76a304034f409e7422 (patch) | |
tree | 4f884df018bfc6195cf99f3e788e1fe7a45c82b5 /README | |
parent | 0212af1733d6e246e2d1b91e62e0d5e637c2e0f9 (diff) | |
download | bundler-b32f79e0db67f12d3f11ba76a304034f409e7422.tar.gz |
* common.mk: add "check succeeded" message.
* README, README.ja: follow above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby: 5. Run make. 6. Optionally, run 'make check' to check whether the compiled Ruby - interpreter works well. If you see the message "test succeeded", + interpreter works well. If you see the message "check succeeded", your ruby works as it should (hopefully). 7. Run 'make install' |