Skip to content
Snippets Groups Projects
Commit 74ea4bd3 authored by Xu Cheng's avatar Xu Cheng
Browse files

fileutils: use rm_rf to clean temp dir


Honestly, I don't know why git is broken under sandbox. But this seems
fix the problem in Homebrew/homebrew#38978.

Closes Homebrew/homebrew#39138.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent fe588311
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ module FileUtils
cd(prev)
end
ensure
ignore_interrupts { rm_r(tmp) }
ignore_interrupts { rm_rf(tmp) }
end
end
module_function :mktemp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment