mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
fix: local declaration of ksh compatibility
This commit is contained in:
parent
fb48129cd4
commit
f8ee25ab5b
3
nvm.sh
3
nvm.sh
@ -936,7 +936,8 @@ nvm_install_node_binary() {
|
|||||||
|
|
||||||
if [ -n "$NVM_OS" ]; then
|
if [ -n "$NVM_OS" ]; then
|
||||||
if nvm_binary_available "$VERSION"; then
|
if nvm_binary_available "$VERSION"; then
|
||||||
nvm_arch="$(nvm_get_arch)"
|
local NVM_ARCH
|
||||||
|
NVM_ARCH="$(nvm_get_arch)"
|
||||||
if [ $nvm_arch = "armv6l" ]; then
|
if [ $nvm_arch = "armv6l" ]; then
|
||||||
nvm_arch="arm-pi"
|
nvm_arch="arm-pi"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user