mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Make GIT_ASKPASS absolute
The GIT_ASKPASS environment variable can point to a relative path, and since pgit.sh currently does a chdir, it needs to be made an absolute path. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e46ab382e9
commit
99dca58e1d
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@ ifneq ($(JANWARE_USER),)
|
||||||
export JANWARE_USER
|
export JANWARE_USER
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(GIT_ASKPASS),)
|
||||||
|
GIT_ASKPASS := $(realpath $(GIT_ASKPASS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifneq ($(SSH_ASKPASS),)
|
||||||
|
SSH_ASKPASS := $(realpath $(SSH_ASKPASS))
|
||||||
|
endif
|
||||||
|
|
||||||
# ------------ evaluate Makefile and environment variables
|
# ------------ evaluate Makefile and environment variables
|
||||||
|
|
||||||
ifneq ($(wildcard $(PROJECTS_TXT)),)
|
ifneq ($(wildcard $(PROJECTS_TXT)),)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue