Skip to content

Commit f8ebaf8

Browse files
committed
Revert "Changed node path from absolute to which node"
This reverts commit 8c85c3d.
1 parent 8c85c3d commit f8ebaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ THEME = default
2121

2222
# If node is available then use node to run r.js
2323
# otherwise use good old rhino/java
24-
NODE = $(shell which node)
24+
NODE = /usr/local/bin/node
2525
HAS_NODE = $(shell if test -x ${NODE} ;then echo true; fi)
2626

2727
ifeq ($(HAS_NODE), true)

0 commit comments

Comments
 (0)