From 43d0c08defd688a4f6b06607d8b364e79c6767b7 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Jan 2009 03:39:58 +0000 Subject: * instruby.rb (install_recursive): skips the directory if matched to a no_install pattern ending with a file separator. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 086091a8c..c73b21cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 12 12:39:56 2009 Nobuyoshi Nakada + + * instruby.rb (install_recursive): skips the directory if matched + to a no_install pattern ending with a file separator. + Mon Jan 12 12:33:56 2009 Tanaka Akira * ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent. -- cgit