Fix typo in brew doctor
Fixes Homebrew/homebrew#7383. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8f3a74993b
commit
74ee65466c
@ -504,7 +504,7 @@ end
|
|||||||
def check_for_dyld_vars
|
def check_for_dyld_vars
|
||||||
if ENV['DYLD_LIBRARY_PATH']
|
if ENV['DYLD_LIBRARY_PATH']
|
||||||
puts <<-EOS.undent
|
puts <<-EOS.undent
|
||||||
Setting DYLD_LIBARY_PATH can break dynamic linking.
|
Setting DYLD_LIBRARY_PATH can break dynamic linking.
|
||||||
You should probably unset it.
|
You should probably unset it.
|
||||||
|
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user