Skip to content

Commit

Permalink
Respect $NODE_PATH from environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgriess committed Jul 6, 2010
1 parent 7a55ee3 commit 37eb29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ INSTALL_DIR ?= /opt/local/share/node

test:
for f in `ls ./test/test-*.js` ; do \
NODE_PATH=./lib:$$NODE_PATH node $$f ; \
NODE_PATH=./lib:$(NODE_PATH) node $$f ; \
done

install:
Expand Down

0 comments on commit 37eb29a

Please sign in to comment.