Directory, not folder
This commit is contained in:
parent
8b98e83347
commit
04d0cea01c
@ -388,7 +388,7 @@ def check_xcode_prefix_exists
|
|||||||
return if prefix.nil?
|
return if prefix.nil?
|
||||||
unless prefix.exist?
|
unless prefix.exist?
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
The folder Xcode is reportedly installed to doesn't exist:
|
The directory Xcode is reportedly installed to doesn't exist:
|
||||||
#{prefix}
|
#{prefix}
|
||||||
You may need to `xcode-select` the proper path if you have moved Xcode.
|
You may need to `xcode-select` the proper path if you have moved Xcode.
|
||||||
EOS
|
EOS
|
||||||
|
@ -73,7 +73,7 @@ class MPIDependency < Requirement
|
|||||||
wrappers:
|
wrappers:
|
||||||
#{@non_functional.join ', '}
|
#{@non_functional.join ', '}
|
||||||
|
|
||||||
If you have a MPI installation, please ensure the bin folder is on your
|
If you have a MPI installation, please ensure the bin directory is on your
|
||||||
PATH and that all the wrappers are functional. Otherwise, a MPI
|
PATH and that all the wrappers are functional. Otherwise, a MPI
|
||||||
installation can be obtained from homebrew by *picking one* of the
|
installation can be obtained from homebrew by *picking one* of the
|
||||||
following formulae:
|
following formulae:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user