fix: use builtin instead of command

This commit is contained in:
Carlo Sala 2023-12-05 10:21:51 +01:00
parent c73009f503
commit b38adf9aad
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A

4
nvm.sh
View File

@ -3565,7 +3565,7 @@ nvm() {
fi
else
export PATH="${NEWPATH}"
command hash -r
builtin hash -r
if [ "${NVM_SILENT:-0}" -ne 1 ]; then
nvm_echo "${NVM_DIR}/*/bin removed from \${PATH}"
fi
@ -3697,7 +3697,7 @@ nvm() {
export MANPATH
fi
export PATH
command hash -r
builtin hash -r
export NVM_BIN="${NVM_VERSION_DIR}/bin"
export NVM_INC="${NVM_VERSION_DIR}/include/node"
if [ "${NVM_SYMLINK_CURRENT-}" = true ]; then