Use ./foo.sh, so scripts work if . is not in $PATH.

This commit is contained in:
J.T. Conklin 1993-08-02 16:42:08 +00:00
parent 7a77680068
commit fa5e9643ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228

View file

@ -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] *~