Browse Source

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>
pull/14755/head 0.14.22
remanifest 2 years ago
committed by GitHub
parent
commit
4782e038d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tmk_core/rules.mk

+ 2
- 2
tmk_core/rules.mk View File

@ -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:


Loading…
Cancel
Save