We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b313 commit a7e183fCopy full SHA for a7e183f
install.sh
@@ -331,7 +331,7 @@ nvm_do_install() {
331
332
# Source nvm
333
# shellcheck source=/dev/null
334
- . "${INSTALL_DIR}/nvm.sh"
+ \. "${INSTALL_DIR}/nvm.sh"
335
336
nvm_check_global_modules
337
update_test_mocks.sh
@@ -9,7 +9,7 @@ MOCKS_DIR="$PWD/test/fast/Unit tests/mocks"
9
echo "creating $MOCKS_DIR"
10
mkdir -p "$MOCKS_DIR"
11
12
-. "$NVM_DIR/nvm.sh" --no-use
+\. "$NVM_DIR/nvm.sh" --no-use
13
nvm deactivate 2> /dev/null
14
nvm_is_version_installed() {
15
return 1
0 commit comments