From c7f86bb5f604f7d58e68839ebacb3c031f8b865b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Feb 2011 02:39:05 +0000 Subject: * template/fake.rb.in (CROSS_COMPILING): get rid of NameError. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/fake.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/fake.rb.in b/template/fake.rb.in index 5bbb3353bf..7bfa0aef01 100755 --- a/template/fake.rb.in +++ b/template/fake.rb.in @@ -6,7 +6,7 @@ ruby="${RUBY-$baseruby}" "}" || "exit" "$?" ruby=ruby class Object - remove_const :CROSS_COMPILING + remove_const :CROSS_COMPILING if defined?(CROSS_COMPILING) CROSS_COMPILING = RUBY_PLATFORM remove_const :RUBY_PLATFORM remove_const :RUBY_VERSION -- cgit v1.2.3