Skip to content

Commit

Permalink
Merge pull request #4508 from MikeMcQuaid/portable-ruby-remove-cache
Browse files Browse the repository at this point in the history
ruby.sh: remove linkage cache on upgrade.
  • Loading branch information
MikeMcQuaid committed Jul 18, 2018
2 parents 23be3ce + f2d8234 commit 41680cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/ruby.sh
Expand Up @@ -47,7 +47,7 @@ setup-ruby-path() {
then
odie "Failed to install vendor Ruby."
fi
rm -rf "$vendor_dir/bundle/ruby"
rm -rf "$vendor_dir/bundle/ruby" "$HOMEBREW_CACHE/linkage.db"
HOMEBREW_RUBY_PATH="$vendor_ruby_path"
fi
fi
Expand Down

0 comments on commit 41680cd

Please sign in to comment.