mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 13:33:45 -05:00
Renamed variable; s/PYENV_REHASH_LOCK_TIMEOUT/PYENV_REHASH_TIMEOUT/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user