Commit 695920f5 authored by nkshigeru's avatar nkshigeru

fix access denied error at incremental build

parent c15af5d5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment