mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 05:43:53 -05:00
Merge pull request #663 from kevinburke/use-command
Use `command` to run rbenv rehash
This commit is contained in:
@@ -89,7 +89,7 @@ if [ -r "$completion" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$no_rehash" ]; then
|
||||
echo 'rbenv rehash 2>/dev/null'
|
||||
echo 'command rbenv rehash 2>/dev/null'
|
||||
fi
|
||||
|
||||
commands=(`rbenv-commands --sh`)
|
||||
|
||||
Reference in New Issue
Block a user