patch-lib_fileutils_rb 400 B

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