Skip to content

Commit d228f64

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

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 $(subst $\",,$(NODE))):${PATH};" \
804804
else \
805805
echo "No available node, cannot install dependencies"; \
806806
exit 1; \

0 commit comments

Comments
 (0)