fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bd98301784
commit
756dfe9f40
@ -2615,7 +2615,7 @@ AC_ARG_WITH(rubylibprefix,
|
|||||||
[if test "x$withval" = xno; then
|
[if test "x$withval" = xno; then
|
||||||
AC_MSG_ERROR([No ruby, No libprefix])
|
AC_MSG_ERROR([No ruby, No libprefix])
|
||||||
fi
|
fi
|
||||||
rubylibprefix"=$withval"])
|
rubylibprefix="$withval"])
|
||||||
RUBY_LIB_PREFIX=`eval echo \\"${rubylibprefix}\\"`
|
RUBY_LIB_PREFIX=`eval echo \\"${rubylibprefix}\\"`
|
||||||
AC_SUBST(rubylibprefix)
|
AC_SUBST(rubylibprefix)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# encoding: ASCII-8BIT # make sure this runs in binary mode
|
# encoding: ASCII-8BIT # make sure this runs in binary mode
|
||||||
# some of the comments are in UTF-8
|
# some of the comments are in UTF-8
|
||||||
p __ENCODING__
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
class TestTranscode < Test::Unit::TestCase
|
class TestTranscode < Test::Unit::TestCase
|
||||||
def test_errors
|
def test_errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user