From 8d321e3fd4b05b092f5cd41ceb583f0534f7b251 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 30 Oct 2001 09:23:14 +0000 Subject: * win32/mkexports.rb: follow the change of rb_io_puts(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/mkexports.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/mkexports.rb') diff --git a/win32/mkexports.rb b/win32/mkexports.rb index faf342b2cb..f8205d9dff 100644 --- a/win32/mkexports.rb +++ b/win32/mkexports.rb @@ -24,7 +24,7 @@ exports << "Description " + $description.dump if $description exports << "EXPORTS" << SYM.keys.sort if $output - open($output, 'w') {|f| f.puts exports} + open($output, 'w') {|f| f.puts exports.join("\n")} else - puts exports + puts exports.join("\n") end -- cgit v1.2.3