From e75396b8d36066339978f50aa76637a630c3e09a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 14 May 2018 20:20:52 -0400 Subject: [PATCH] Remove GNUism in make check How embarassing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed9a58c..c382471 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,6 @@ install: all install -Dm644 scdoc.1 $(MANDIR)/man1/scdoc.1 check: scdoc scdoc.1 - @find test -executable -exec '{}' \; + @find test -perm -111 -exec '{}' \; .PHONY: all clean install check