Skip to content

Commit

Permalink
Fixing wrong check on ditaa binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fsundermeyer committed Jul 4, 2024
1 parent b4f0ed4 commit 792a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/images.mk
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ifneq "$(USED_DIA)" ""
endif
endif
ifneq "$(USED_DITAA)" ""
HAVE_DIA = $(shell command -v ditaa 2>/dev/null)
HAVE_DITAA = $(shell command -v ditaa 2>/dev/null)
ifeq "$(HAVE_DITAA)" ""
$(error $(shell ccecho "error" "Error: ditaa is not installed, can't process $(USED_DITAA)"))
endif
Expand Down

0 comments on commit 792a1b4

Please sign in to comment.