mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
comment about an env var
This commit is contained in:
@@ -27,7 +27,8 @@ if [ -z "$NODE" ]; then
|
||||
NODE="$(pwd)/scripts/node.sh"
|
||||
fi
|
||||
|
||||
# Ensure that $NODE is set properly.
|
||||
# Ensure that $NODE is set properly. Note that $NODE may not have access to
|
||||
# modules from the dev bundle.
|
||||
$NODE --version
|
||||
|
||||
TEST_TMPDIR=`mktemp -d -t meteor-cli-test-XXXXXXXX`
|
||||
|
||||
Reference in New Issue
Block a user