aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@FreeBSD.org>1993-08-02 16:42:08 +0000
committerJ.T. Conklin <jtc@FreeBSD.org>1993-08-02 16:42:08 +0000
commitfa5e9643ff26ef9f2a630df781deb91868b1c284 (patch)
tree3e652b6cbae5c8678c69dabafbd4c2086a5c9922
parent7a776800685ed89fb9db209cb90579a7eb04c4c8 (diff)
downloadsrc-fa5e9643ff26ef9f2a630df781deb91868b1c284.tar.gz
src-fa5e9643ff26ef9f2a630df781deb91868b1c284.zip
Use ./foo.sh, so scripts work if . is not in $PATH.
Notes
Notes: svn path=/head/; revision=228
-rw-r--r--bin/ed/test/Makefile4
1 files 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] *~