mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-17 17:41:50 +00:00
shellcheck warnings
This commit is contained in:
parent
d7058a4952
commit
9dc29fd8eb
2
nvm-exec
2
nvm-exec
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR="$(dirname $(realpath "${BASH_SOURCE[0]}"))"
|
||||
DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
|
||||
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
\. "$DIR/nvm.sh" --no-use
|
||||
|
Loading…
Reference in New Issue
Block a user