diff --git a/libexec/pyenv-rehash b/libexec/pyenv-rehash index 7ef7bf20..e2041301 100755 --- a/libexec/pyenv-rehash +++ b/libexec/pyenv-rehash @@ -196,7 +196,7 @@ shopt -s nullglob create_prototype_shim remove_outdated_shims # shellcheck disable=SC2046 -make_shims $(list_executable_names | sort -u) +make_shims $(list_executable_names) # Allow plugins to register shims.