diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-25 14:31:36 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-25 14:31:36 +0000 |
| commit | 756dfe9f402b112cfee02cd2f964b83d884a2c93 (patch) | |
| tree | 10bf458ccf235fd0e6480c87239fcb23ffc67a8a | |
| parent | bd98301784605e72eb8b4c61cae9cb57c802dea1 (diff) | |
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | test/ruby/test_transcode.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 36a58d43ab..47fe09fe8c 100644 --- a/configure.in +++ b/configure.in @@ -2615,7 +2615,7 @@ AC_ARG_WITH(rubylibprefix, [if test "x$withval" = xno; then AC_MSG_ERROR([No ruby, No libprefix]) fi - rubylibprefix"=$withval"]) + rubylibprefix="$withval"]) RUBY_LIB_PREFIX=`eval echo \\"${rubylibprefix}\\"` AC_SUBST(rubylibprefix) diff --git a/test/ruby/test_transcode.rb b/test/ruby/test_transcode.rb index 9a3776273f..801502a1d4 100644 --- a/test/ruby/test_transcode.rb +++ b/test/ruby/test_transcode.rb @@ -1,6 +1,6 @@ # encoding: ASCII-8BIT # make sure this runs in binary mode # some of the comments are in UTF-8 -p __ENCODING__ + require 'test/unit' class TestTranscode < Test::Unit::TestCase def test_errors |
