Sign in
cobalt
/
third_party
/
nvm
/
7243bd77d3de2c86d263c27f86dcd2da004191f5
/
.
/
test
/
fast
/
Unit tests
/
nvm_alias_path
blob: 0766e2ae2ac3464ce4b34e8246a527b6b3024a01 [
file
]
#!/bin/sh
die
()
{
echo $@
;
exit
1
;
}
.
../../../
nvm
.
sh
[
"_$(nvm_alias_path)"
=
"_$NVM_DIR/alias"
]
||
die
"nvm_alias_path did not requrn correct location"