From 210221c978d8a15eb491d01dbf790f26634f06a6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 15 May 2017 06:39:28 +0200 Subject: [PATCH] test: add plist-check to lint so it's not missed that often anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6595c7df..acc4fedca 100644 --- a/Makefile +++ b/Makefile @@ -265,7 +265,7 @@ upgrade: plist-check upgrade-check package @${PKG} add ${PKGDIR}/*.txz @${LOCALBASE}/etc/rc.restart_webgui -lint: force +lint: plist-check find ${.CURDIR}/src ${.CURDIR}/Scripts \ -name "*.sh" -type f -print0 | xargs -0 -n1 sh -n find ${.CURDIR}/src ${.CURDIR}/Scripts \