Skip to content

Commit

Permalink
fix missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 21, 2024
1 parent fe7b7e0 commit 2798467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ install-standalone-ocaml install-standalone-unified-ocaml install-standalone-sep

install-standalone-wasm-of-ocaml::
$(HIDE)code=0; if [ -z "$(strip $(wildcard $(EXTRAFILESTOINSTALL1)))" ]; then \
>&2 echo "Missing $(EXTRAFILESTOINSTALL1)"; code=1;
>&2 echo "Missing $(EXTRAFILESTOINSTALL1)"; code=1; \
fi; \
if [ -z "$(strip $(wildcard $(EXTRAFILESTOINSTALL2)))" ]; then \
>&2 echo "Missing $(EXTRAFILESTOINSTALL2)"; code=1; \
Expand Down

0 comments on commit 2798467

Please sign in to comment.