summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xwin32/mkexports.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eecd4608b..6988c5ec7 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 536ee9735..36c04d8e4 100755
--- a/win32/mkexports.rb
+++ b/win32/mkexports.rb
@@ -1,4 +1,4 @@
-#!./miniruby -s
+#!./miniruby -sI.
$name = $library = $description = nil