Unverified Commit f7fa3df1 authored by Robby Russell's avatar Robby Russell Committed by GitHub
Browse files

Merge pull request #7541 from jessefarinacci/master

add brew install path to search
parents 7af85aae 12c51682
jenvdirs=("$HOME/.jenv" "/usr/local/jenv" "/opt/jenv")
jenvdirs=("$HOME/.jenv" "/usr/local" "/usr/local/jenv" "/opt/jenv")
FOUND_JENV=0
for jenvdir in $jenvdirs; do
......
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