From 0edd700825c636bc25b7577ccae5424487f09bb5 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 13 Oct 2003 14:59:25 +0000 Subject: * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"], not "ruby". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16f446e46..a8a91f581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 13 23:55:59 2003 WATANABE Hirofumi + + * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"], + not "ruby". + Mon Oct 13 23:57:29 2003 Nobuyoshi Nakada * eval.c (rb_feature_p): match by classified suffix. -- cgit