Commit e426cb61 authored by Michał Siwek's avatar Michał Siwek

Let user keep temp files

parent 1ff6ad20
...@@ -73,9 +73,11 @@ def resolveDependenciesAndInstall ...@@ -73,9 +73,11 @@ def resolveDependenciesAndInstall
install install
#cleanup #cleanup
Dir.chdir CREW_BREW_DIR do unless ARGV[2] == 'keep'
system "rm -rf *" Dir.chdir CREW_BREW_DIR do
system "mkdir dest" #this is a little ugly, feel free to find a better way system "rm -rf *"
system "mkdir dest" #this is a little ugly, feel free to find a better way
end
end end
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