mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
shellcheck warnings
This commit is contained in:
parent
c18cbf4d25
commit
d956279e5a
2
nvm-exec
2
nvm-exec
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SOURCE=${BASH_SOURCE[0]}
|
||||
test -L "$SOURCE" && SOURCE=`readlink "$SOURCE"`
|
||||
test -L "$SOURCE" && SOURCE=$(readlink "$SOURCE")
|
||||
DIR="$(command cd "$( dirname "$SOURCE" )" && pwd )"
|
||||
|
||||
unset NVM_CD_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user