Sign in
cobalt
/
third_party
/
nvm
/
dcc8059ef880c8c98f6115ba04a955f3aa870c84
/
.
/
test
/
fast
/
Unit tests
/
nvm_node_prefix
blob: c0ffd1d5781dbe2036f3110795643b45bb516fe0 [
file
] [
log
] [
blame
]
#!/bin/sh
die
()
{
echo
"$@"
;
exit
1
;
}
\.
../../../
nvm
.
sh
[
"$(nvm_node_prefix)"
=
"node"
]
||
die
'"nvm_node_prefix" did not return the string "node". why did this fail?!'