From 6d708ac64fb55a0289f76a3e2892b57a9746dd6a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 12 Jun 2000 15:07:21 +0000 Subject: fix bash-1 ism --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e673e8e..ff43e76a 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install: check: for afile in `find . -type f -perm +111|grep -v \.csh ` ; do \ if ! file $$afile | grep -s ELF >/dev/null; then \ - bash -n $$afile || { echo $$afile ; exit 1 } ; \ + bash -n $$afile || { echo $$afile ; exit 1 ; } ; \ fi ;\ done -- cgit v1.2.1