mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
plugins: sorry, typo
This commit is contained in:
parent
40785d2ec1
commit
905214458f
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ lint-desc: check
|
|||
|
||||
lint-shell:
|
||||
@for FILE in $$(find ${.CURDIR}/src -name "*.sh" -type f); do \
|
||||
if [ "$$(head $${FILE} | grep -c '^#!\/)" == "0" ]; then \
|
||||
if [ "$$(head $${FILE} | grep -c '^#!\/')" == "0" ]; then \
|
||||
echo "Missing shebang in $${FILE}"; exit 1; \
|
||||
fi; \
|
||||
sh -n $${FILE} || exit 1; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue