commit e75396b8d36066339978f50aa76637a630c3e09a
parent 7d6ea069526ea719872eb410ab17b503d56501f3
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 14 May 2018 20:20:52 -0400
Remove GNUism in make check
How embarassing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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