diff --git a/libexec/pyenv-rehash b/libexec/pyenv-rehash index b03c0d1b..a4f651c5 100755 --- a/libexec/pyenv-rehash +++ b/libexec/pyenv-rehash @@ -35,7 +35,7 @@ release_lock() { } unset acquired -for _ in $(seq "${PYENV_REHASH_LOCK_TIMEOUT:-60}"); do +for _ in $(seq "${PYENV_REHASH_TIMEOUT:-60}"); do if acquire_lock 2>/dev/null; then acquired=1 break