Merge pull request #5150 from colindean/change-comment

Swap in description of current behavior instead of 1.9.3 hack comment
This commit is contained in:
Mike McQuaid 2018-10-23 15:28:50 +01:00 committed by GitHub
commit fb020a9c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ module Homebrew
s
end
# Hack for ruby < 1.9.3
# Causes some terminals to display secure password entry indicators
def noecho_gets
system "stty -echo"
result = $stdin.gets