[rubygems/rubygems] Remove unnecessary &&= operator
https://github.com/rubygems/rubygems/commit/a10b5265d7
This commit is contained in:
parent
8b91a6d0a0
commit
a7bce01175
@ -57,8 +57,7 @@ requiring to see why it does not behave as you expect.
|
|||||||
|
|
||||||
if paths.empty?
|
if paths.empty?
|
||||||
alert_error "Can't find Ruby library file or shared library #{arg}"
|
alert_error "Can't find Ruby library file or shared library #{arg}"
|
||||||
|
found = false
|
||||||
found &&= false
|
|
||||||
else
|
else
|
||||||
say paths
|
say paths
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user