Skip to content

Commit

Permalink
Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/z…
Browse files Browse the repository at this point in the history
…sh to complete the filesize check without error. (#14718)

Co-authored-by: John Beard <jbeard@pipelinerx.com>
  • Loading branch information
remanifest and pipelinejbeard authored Oct 6, 2021
1 parent 3b8c497 commit 4782e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ check-size:
$(PRINT_WARNING_PLAIN); printf " * $(MSG_FILE_NEAR_LIMIT)"; \
else \
$(PRINT_OK); $(SILENT) || printf " * $(MSG_FILE_JUST_RIGHT)"; \
fi \
fi \
fi ; \
fi ; \
fi
else
check-size:
Expand Down

0 comments on commit 4782e03

Please sign in to comment.