Commit 4204cfd2 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4408 from DoomHammer/fix-chruby-test-expression

Fix invalid test expression.
parents a97a3086 17088c64
...@@ -24,7 +24,7 @@ _homebrew-installed() { ...@@ -24,7 +24,7 @@ _homebrew-installed() {
} }
_chruby-from-homebrew-installed() { _chruby-from-homebrew-installed() {
[ -r $(brew --prefix chruby)] &> /dev/null [ -r $(brew --prefix chruby) ] &> /dev/null
} }
_ruby-build_installed() { _ruby-build_installed() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment