Merge pull request #864 from nkshigeru/build_for_vc

fix access denied error at incremental build
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-02-21 05:20:10 -08:00
+1 -1
View File
@@ -237,7 +237,7 @@ module MiniRake
# Time stamp for file task.
def timestamp
File.new(name.to_s).mtime
File::stat(name.to_s).mtime
end
end