shellcheck warnings
This commit is contained in:
parent
857fb2d470
commit
7d8b67ba6c
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 )"
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
|
|
|
|||
Loading…
Reference in New Issue