From a212ac3ef2d0980e7b7a097347066a8d25e13f10 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Sat, 25 Jul 2020 21:20:50 +0200 Subject: add line to minimize difference with upstream --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5418cc90..ecb882eb 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,7 @@ install: mkdir -p -m 755 $(ROOT)/usr/libexec/initscripts/legacy-actions + syntax-check: for afile in `find . -type f -perm +111|grep -v \.csh | grep -v .git | grep -v po/ | grep -v 'gprintify.py' ` ; do \ if ! file $$afile | grep -s ELF >/dev/null && ! file $$afile | grep -s perl >/dev/null; then \ -- cgit v1.2.1