Merge pull request #5510 from MikeMcQuaid/cleanup-make-cache

cleanup: make cache directory for clean file.
This commit is contained in:
Mike McQuaid 2019-01-08 21:35:30 +00:00 committed by GitHub
commit ca2b853a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,7 @@ module Homebrew
cleanup_old_cache_db
rm_ds_store
prune_prefix_symlinks_and_directories
HOMEBREW_CACHE.mkpath
FileUtils.touch PERIODIC_CLEAN_FILE
else
args.each do |arg|