mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
endif
|
||||
|
||||
ifneq ($(GIT_ASKPASS),)
|
||||
GIT_ASKPASS := $(realpath $(GIT_ASKPASS))
|
||||
endif
|
||||
|
||||
ifneq ($(SSH_ASKPASS),)
|
||||
SSH_ASKPASS := $(realpath $(SSH_ASKPASS))
|
||||
endif
|
||||
|
||||
# ------------ evaluate Makefile and environment variables
|
||||
|
||||
ifneq ($(wildcard $(PROJECTS_TXT)),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue