[rubygems/rubygems] Move traling if
to the same line for readablity
https://github.com/rubygems/rubygems/commit/d722b8b578
This commit is contained in:
parent
c090c64b4f
commit
04d3e0727a
Notes:
git
2020-07-31 21:08:22 +09:00
@ -704,8 +704,7 @@ class Gem::Installer
|
|||||||
return if self.class.path_warning
|
return if self.class.path_warning
|
||||||
|
|
||||||
user_bin_dir = @bin_dir || Gem.bindir(gem_home)
|
user_bin_dir = @bin_dir || Gem.bindir(gem_home)
|
||||||
user_bin_dir = user_bin_dir.tr(File::ALT_SEPARATOR, File::SEPARATOR) if
|
user_bin_dir = user_bin_dir.tr(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
|
||||||
File::ALT_SEPARATOR
|
|
||||||
|
|
||||||
path = ENV['PATH']
|
path = ENV['PATH']
|
||||||
if Gem.win_platform?
|
if Gem.win_platform?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user