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.
2 parents 3b5e041 + 5d17aad commit 683c59cCopy full SHA for 683c59c
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