Skip to content

Commit

Permalink
Adding some echo commands for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeyes committed Dec 4, 2011
1 parent d81fe68 commit 63493ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Expand Up @@ -47,7 +47,9 @@ echo "-----> Fetching Node.js binaries"
echo ": VENDORED_NODE $VENDORED_NODE"
echo ": NODE_PACKAGE $NODE_PACKAGE"
mkdir -p $VENDORED_NODE && curl $NODE_PACKAGE -s -o - | tar xzf - -C $VENDORED_NODE
echo ": NPM_PACKAGE $NPM_PACKAGE"
mkdir -p $VENDORED_NPM && curl $NPM_PACKAGE -s -o - | tar xzf - -C $VENDORED_NPM
echo ": SCONS_PACKAGE $SCONS_PACKAGE"
mkdir -p $VENDORED_SCONS && curl $SCONS_PACKAGE -s -o - | tar xzf - -C $VENDORED_SCONS

# vendor node into the slug
Expand Down

0 comments on commit 63493ba

Please sign in to comment.