projects-dir.mk: Fix JANWARE_USE variable detection

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-03-07 20:01:36 +00:00
commit fa1e805ea6

View file

@ -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