Skip to content

Commit

Permalink
surpress stdout when trying to find detect nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed May 23, 2011
1 parent c52b1ac commit 7b5354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ SRC_DIR = ${PREFIX}/src
DIST_DIR = ${PREFIX}/dist


JS_ENGINE ?= `which node nodejs`
JS_ENGINE ?= `which node nodejs 2> /dev/null`
COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe
POST_COMPILER = ${JS_ENGINE} ${BUILD_DIR}/post-compile.js

Expand Down

0 comments on commit 7b5354b

Please sign in to comment.