Browse Source

Add missing dot breaking Relx eval after upgrade to Relx 4

Loïc Hoguin 2 years ago
parent
commit
063a24a832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/relx.mk

+ 1 - 1
plugins/relx.mk

@@ -130,7 +130,7 @@ ifdef RELOAD
 rel::
 	$(verbose) $(RELX_OUTPUT_DIR)/$(RELX_REL_NAME)/bin/$(RELX_REL_NAME)$(RELX_REL_EXT) ping
 	$(verbose) $(RELX_OUTPUT_DIR)/$(RELX_REL_NAME)/bin/$(RELX_REL_NAME)$(RELX_REL_EXT) \
-		eval "io:format(\"~p~n\", [c:lm()])"
+		eval "io:format(\"~p~n\", [c:lm()])."
 endif
 
 help::