mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Makefile: end PYTHONPATH with "." because the string might end with "\", which will cause shell to later escape whatever character comes after the string
This commit is contained in:
parent
77fae0b338
commit
60573a2917
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
|
||||
show-eggspath:
|
||||
@echo $(EGGSPATH)
|
||||
|
||||
PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
|
||||
PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)."
|
||||
|
||||
.PHONY: make-version build
|
||||
make-version:
|
||||
|
Loading…
x
Reference in New Issue
Block a user