readline: fix audit (#27674)
This commit is contained in:
parent
d540195bee
commit
4cdda28477
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Readline < Formula
|
|||
keg_only :shadowed_by_macos, <<~EOS
|
||||
macOS provides the BSD libedit library, which shadows libreadline.
|
||||
In order to prevent conflicts when programs look for libreadline we are
|
||||
defaulting this GNU Readline installation to keg-only.
|
||||
defaulting this GNU Readline installation to keg-only
|
||||
EOS
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue