summaryrefslogtreecommitdiff
path: root/package/ruby/patches/patch-lib_fileutils_rb
blob: 767a389d9f4ec7604d29f3fff540eb334008a6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$Id$
--- ruby-1.8.6.orig/lib/fileutils.rb	2007-03-04 16:03:11.000000000 +0100
+++ ruby-1.8.6/lib/fileutils.rb	2007-05-21 22:14:04.000000000 +0200
@@ -1026,7 +1026,7 @@ module FileUtils
     list.each do |path|
       created = nocreate
       begin
-        File.utime(t, t, path)
+        #File.utime(t, t, path)
       rescue Errno::ENOENT
         raise if created
         File.open(path, 'a') {