From c1d3ebaa7cb1945d940740efeed01f65ea8798c4 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 27 Aug 2002 14:02:52 +0000 Subject: check the syntax of the shell scripts --- cron-sh/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cron-sh/Makefile b/cron-sh/Makefile index d2993db..2f75459 100644 --- a/cron-sh/Makefile +++ b/cron-sh/Makefile @@ -1,4 +1,5 @@ all: + for f in *.sh; do bash -n $$f || exit 1; done install: mkdir -p /etc/security/msec/cron-sh -- cgit v1.2.1