mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Display FreeBSD and SunOS with correct caps
This commit is contained in:
parent
74f455e610
commit
aad269d224
4
nvm.sh
4
nvm.sh
@ -2661,12 +2661,12 @@ nvm() {
|
||||
if [ "_$NVM_OS" = "_freebsd" ]; then
|
||||
# node.js and io.js do not have a FreeBSD binary
|
||||
nobinary=1
|
||||
nvm_err "Currently, there is no binary for $NVM_OS"
|
||||
nvm_err "Currently, there is no binary for FreeBSD"
|
||||
elif [ "_$NVM_OS" = "_sunos" ]; then
|
||||
# Not all node/io.js versions have a Solaris binary
|
||||
if ! nvm_has_solaris_binary "$VERSION"; then
|
||||
nobinary=1
|
||||
nvm_err "Currently, there is no binary of version $VERSION for $NVM_OS"
|
||||
nvm_err "Currently, there is no binary of version $VERSION for SunOS"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user