| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: replace egrep with grep -E | Andrew Donnellan | 2025-12-10 | 1 | -2/+2 |
| | | | | | | | | | | | The egrep command has been deprecated in GNU Grep since 2007, and nowadays using egrep rather than grep -E will print a warning to the user, which is very annoying. Replace all usages of egrep with grep -E. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> | ||||
| * | all: remove more mentions of the vendor folder | Aleksandr Nogikh | 2025-01-23 | 1 | -1/+1 |
| | | |||||
| * | tools: add script to check shebang lines (#2234) | Mark Johnston | 2020-11-02 | 1 | -0/+15 |
| * pkg/vcs: remove obsolete test script Per Dmitry, this should have been removed as part of 8f58e4b ("pkg/bisect: switch to kconfig.Minimize"). * all: convert shebang lines to use /usr/bin/env * Makefile: fix non-portable use of find(1) | |||||
