Skip to content

Commit b26943f

Browse files
flakey5ovflowd
authored andcommitted
fixup! fixup! fixup! use built node if there isn't one in the path already
Signed-off-by: flakey5 <[email protected]>
1 parent 49b632e commit b26943f

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
@@ -808,7 +808,7 @@ tools/doc/node_modules: tools/doc/package.json
808808
else \
809809
if ! [ `command -v node` ]; then \
810810
if [ -x "$(NODE)" ] && [ -e "$(NODE)" ]; then \
811-
export PATH=$(dir $(NODE)):${PATH}; \
811+
export PATH="$(dir $(subst $\",,$(NODE))):${PATH};" \
812812
else \
813813
echo "No available node, cannot install dependencies"; \
814814
exit 1; \

0 commit comments

Comments
 (0)