mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-05 20:18:34 +00:00
address remaining comments from #363
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../nvm.sh
|
||||
[ `expr "$(nvm current)" : ".*current"` != 0 ] || die "Failed to find current version"
|
||||
[ `expr "$(nvm current)" : ".*current"` != 0 ] || die "Failed to find current version"
|
||||
|
Reference in New Issue
Block a user