Fix: Tried to purge on first download without jw-build present

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2020-01-20 09:21:35 +00:00
commit 9370121c65

View file

@ -273,7 +273,7 @@ clean-all-dirs:
make clean-dirs
purge: $(SSH_WRAPPER_SH)
ifneq ($(wildcard CVS),)
ifneq ($(PURGE_SH),/bin/bash purge-not-found)
$(PURGE_SH)
endif