~ruther/qmk_firmware

4782e038d9de07aaead294579176c28b4e8451bc — remanifest 3 years ago 3b8c497
Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to complete the filesize check without error. (#14718)

Co-authored-by: John Beard <jbeard@pipelinerx.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M tmk_core/rules.mk
M tmk_core/rules.mk => tmk_core/rules.mk +2 -2
@@ 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: