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 3b5e041 commit 5d17aadCopy full SHA for 5d17aad
Makefile
@@ -43,7 +43,7 @@ doc:
43
cd lkql_checker/doc && make generate html-all
44
45
impacts:
46
- [ -f $(KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR) $(PYTHON) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR)
+ [ -f "$(KP_JSON)" ] || PYTHONPATH="$(IMPACTDB_DIR)" "$(PYTHON)" "./utils/impact-db_impacts_gen.py" "$(IMPACTDB_DIR)"
47
48
format:
49
gnatformat -P lkql_checker/gnatcheck.gpr --no-subprojects
0 commit comments