From 5f5f6672273cee6b36cb18e119bd4f697ef27f6d Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 13 Aug 2005 13:14:07 +0000 Subject: * lib/fileutils.rb (remove_entry_secure): forgot final chdir. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f318c8f18..27fce849f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 13 22:16:12 2005 Minero Aoki + + * lib/fileutils.rb (remove_entry_secure): forgot final chdir. + Sat Aug 13 22:07:49 2005 Minero Aoki * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check -- cgit