We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea9162 commit f4680a9Copy full SHA for f4680a9
Makefile
@@ -800,7 +800,7 @@ tools/doc/node_modules: tools/doc/package.json
800
else \
801
if ! [ `command -v node` ]; then \
802
if [ -x "$(NODE)" ] && [ -e "$(NODE)" ]; then \
803
- export PATH=$(dir $(NODE)):${PATH}"; \
+ export PATH=$(dir $(NODE)):${PATH}; \
804
805
echo "No available node, cannot install dependencies"; \
806
exit 1; \
0 commit comments