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