From 8f2ba3e25b1bcd9cf5fe5549387f7276e9e4090b Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 2 Oct 2006 06:50:14 +0000 Subject: * instruby.rb: batfile should be CRLF'ed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ instruby.rb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a41feec33..ff5b2a9afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 2 15:49:19 2006 NAKAMURA Usaku + + * instruby.rb: batfile should be CRLF'ed. + Mon Oct 2 01:24:26 2006 Nobuyoshi Nakada * common.mk (test-all): separate directory where running test cases diff --git a/instruby.rb b/instruby.rb index 039681853e..b1cb95510a 100644 --- a/instruby.rb +++ b/instruby.rb @@ -262,8 +262,8 @@ install?(:local, :comm, :bin) do if ruby_bin_dosish batfile = File.join(bindir, name + ".bat") - open_for_install(batfile, "wb") {|b| - b.print((<