From fa5e9643ff26ef9f2a630df781deb91868b1c284 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Mon, 2 Aug 1993 16:42:08 +0000 Subject: [PATCH] Use ./foo.sh, so scripts work if . is not in $PATH. --- bin/ed/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index 750f388fe433..ca45a5183ebe 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -6,12 +6,12 @@ all: build test build: mkscripts.sh @echo building test scripts... @chmod +x mkscripts.sh - @mkscripts.sh ${ED} + @./mkscripts.sh ${ED} test: build ckscripts.sh @echo running test scripts... @chmod +x ckscripts.sh - @ckscripts.sh ${ED} + @./ckscripts.sh ${ED} clean: rm -f *.ed *.[oz] *~