mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Revert a commit miss in "Fixed potential memory leak"
This reverts an unintentional change in commit
79d9528ddc
.
This commit is contained in:
parent
df5fd1d09c
commit
ef13558fcd
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ class Gem::Installer
|
||||||
if options[:user_install]
|
if options[:user_install]
|
||||||
@gem_home = Gem.user_dir
|
@gem_home = Gem.user_dir
|
||||||
@bin_dir = Gem.bindir gem_home unless options[:bin_dir]
|
@bin_dir = Gem.bindir gem_home unless options[:bin_dir]
|
||||||
@plugins_dir = Gem.plugindir(gem_home)
|
|
||||||
check_that_user_bin_dir_is_in_path
|
check_that_user_bin_dir_is_in_path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue