mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Fix JANWARE_USE variable detection
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
53eb77566b
commit
fa1e805ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ endif
|
|||
|
||||
BUILD_PROJECTS = $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
|
||||
|
||||
ifndef ($(JANWARE_USER),)
|
||||
ifndef JANWARE_USER
|
||||
export JANWARE_USER = $(shell id -un)
|
||||
$(warning Assuming JANWARE_USER=$(JANWARE_USER), explicitly set environment variable to turn off this warning!)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue