Skip to content

Commit

Permalink
Fix git dependency for nodejs, appears to have been lost during refac…
Browse files Browse the repository at this point in the history
…toring
  • Loading branch information
jasherai committed Mar 21, 2012
1 parent 4e3abc8 commit af25831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -43,7 +43,7 @@ function run_npm() {
command="$1" command="$1"


cd $BUILD_DIR cd $BUILD_DIR
HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js $command 2>&1 | indent HOME="$BUILD_DIR" GIT_DIR=".git" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js $command 2>&1 | indent


if [ "${PIPESTATUS[*]}" != "0 0" ]; then if [ "${PIPESTATUS[*]}" != "0 0" ]; then
echo " ! Failed to $command dependencies with npm" echo " ! Failed to $command dependencies with npm"
Expand Down

0 comments on commit af25831

Please sign in to comment.