fix access denied error at incremental build

This commit is contained in:
nkshigeru
2013-02-21 16:50:39 +09:00
parent c15af5d562
commit 695920f515
+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