summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-24 07:07:59 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-24 07:07:59 +0000
commita560aa5620fabdfcedbabc52c2aa7c001a48e647 (patch)
tree65866c240b7c40cc3e068258ff9135772e901d40
parent37138a2a9327e22485c43a1b79aa60a6393d5b00 (diff)
* win32/mkexports.rb: rbconfig.rb exists on ".".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rwxr-xr-xwin32/mkexports.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eecd4608b9..6988c5ec7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 24 16:07:04 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/mkexports.rb: rbconfig.rb exists on ".".
+
Wed Jun 24 15:02:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (parser_set_encode): show the erred file name instead of
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index 536ee9735a..36c04d8e4d 100755
--- a/win32/mkexports.rb
+++ b/win32/mkexports.rb
@@ -1,4 +1,4 @@
-#!./miniruby -s
+#!./miniruby -sI.
$name = $library = $description = nil