From c183859731d271a1021b69f2758d116548651c8d Mon Sep 17 00:00:00 2001 From: conklin Date: Mon, 2 Aug 1993 16:42:08 +0000 Subject: Use ./foo.sh, so scripts work if . is not in $PATH. --- bin/ed/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ed') diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index 750f388..ca45a51 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] *~ -- cgit v1.1