diff options
| author | Mike McQuaid | 2013-10-25 22:08:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-25 22:08:10 +0100 |
| commit | 942c7d31b213f5f26dde852fe053932473ec4be6 (patch) | |
| tree | 36bf23d330240b28af68f9ff26ac73f91a220389 | |
| parent | d11ff8ef2a1ec1cc513ae952aaefa40b6393976a (diff) | |
| download | homebrew-942c7d31b213f5f26dde852fe053932473ec4be6.tar.bz2 | |
Fix "Homeprew" typo
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ EOABORT # Tests will fail if the prefix exists, but we don't have execution # permissions. Abort in this case. abort <<-EOABORT if File.directory? HOMEBREW_PREFIX and not File.executable? HOMEBREW_PREFIX -The Homeprew prefix, #{HOMEBREW_PREFIX}, exists but is not searchable. If this is +The Homebrew prefix, #{HOMEBREW_PREFIX}, exists but is not searchable. If this is not intentional, please restore the default permissions and try running the installer again: sudo chmod 755 #{HOMEBREW_PREFIX} |
