Skip to content

Commit f4680a9

Browse files
committed
fixup! use built node if there isn't one in the path already
Signed-off-by: flakey5 <[email protected]>
1 parent 9ea9162 commit f4680a9

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
@@ -800,7 +800,7 @@ tools/doc/node_modules: tools/doc/package.json
800800
else \
801801
if ! [ `command -v node` ]; then \
802802
if [ -x "$(NODE)" ] && [ -e "$(NODE)" ]; then \
803-
export PATH=$(dir $(NODE)):${PATH}"; \
803+
export PATH=$(dir $(NODE)):${PATH}; \
804804
else \
805805
echo "No available node, cannot install dependencies"; \
806806
exit 1; \

0 commit comments

Comments
 (0)