Include /usr/lib/nodejs in node search path.

(imported from commit c818905a91a5fe5754a0bddeb12caa00b50bfed3)
This commit is contained in:
Tim Abbott 2013-12-02 17:46:09 -05:00
parent 16f3f585c3
commit 7aef6423de
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd "$(dirname "$0")"/..
export NODE_PATH=static
export NODE_PATH=/usr/lib/nodejs:static
INDEX_JS=zerver/tests/frontend/node/index.js
NODEJS=$(which nodejs || which node)