ruby:
[openwrt/svn-archive/archive.git] / lang / ruby / patches / 200-fileutils.rb.patch
1 Index: ruby-1.8.6/lib/fileutils.rb
2 ===================================================================
3 --- ruby-1.8.6.orig/lib/fileutils.rb 2007-07-16 15:10:57.000000000 +0200
4 +++ ruby-1.8.6/lib/fileutils.rb 2007-07-16 15:10:58.000000000 +0200
5 @@ -1026,7 +1026,7 @@
6 list.each do |path|
7 created = nocreate
8 begin
9 - File.utime(t, t, path)
10 + #File.utime(t, t, path)
11 rescue Errno::ENOENT
12 raise if created
13 File.open(path, 'a') {