aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check-shebang.sh
Commit message (Collapse)AuthorAgeFilesLines
* all: replace egrep with grep -EAndrew Donnellan2025-12-101-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 folderAleksandr Nogikh2025-01-231-1/+1
|
* tools: add script to check shebang lines (#2234)Mark Johnston2020-11-021-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)