mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: relax shebang requirement
This commit is contained in:
+1
-1
@@ -304,7 +304,7 @@ lint-desc: check
|
||||
|
||||
lint-shell:
|
||||
@for FILE in $$(find ${.CURDIR}/src -name "*.sh" -type f); do \
|
||||
if [ "$$(head $${FILE} | grep -cx '#!\/bin\/sh')" == "0" ]; then \
|
||||
if [ "$$(head $${FILE} | grep -c '^#!\/)" == "0" ]; then \
|
||||
echo "Missing shebang in $${FILE}"; exit 1; \
|
||||
fi; \
|
||||
sh -n $${FILE} || exit 1; \
|
||||
|
||||
Reference in New Issue
Block a user