From 4bc4f9543a285a1cf3ab563a9e40dc33c522aa8f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Jun 2007 08:47:49 +0000 Subject: * instruby.rb (install_recursive): should check parent directoris of the destination. [ruby-dev:30947] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb7e11caf..39d0c4b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 10 17:49:20 2007 Nobuyoshi Nakada + + * instruby.rb (install_recursive): should check parent directoris of + the destination. [ruby-dev:30947] + Sun Jun 10 16:59:39 2007 Nobuyoshi Nakada * parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831] -- cgit