mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-19 11:44:22 +08:00
shellcheck warnings
This commit is contained in:
committed by
Jordan Harband
parent
acbd22fc7e
commit
2cfe795599
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]}")")"
|
||||
|
||||
unset NVM_CD_FLAGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user