mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Correct typo of rbbindir to bin
This commit is contained in:
parent
c0af189b3c
commit
738ce0caba
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ unset rbenvdir
|
||||||
# If not found above, check the rest of $PATH for an rbenv executable (usually installed
|
# If not found above, check the rest of $PATH for an rbenv executable (usually installed
|
||||||
# in /usr/local/bin, but may be installed elsewhere)
|
# in /usr/local/bin, but may be installed elsewhere)
|
||||||
if [ $FOUND_RBENV -eq 0 ] ; then
|
if [ $FOUND_RBENV -eq 0 ] ; then
|
||||||
for rbbindir in ${path} ; do
|
for dir in ${path} ; do
|
||||||
if [ -x $rbbindir/rbenv ] ; then
|
if [ -x $dir/rbenv ] ; then
|
||||||
FOUND_RBENV=1
|
FOUND_RBENV=1
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue