From e05a80df0beaa33af32f72e19ae2ba4e90b30cdb Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 4 Sep 2002 18:46:23 +0000 Subject: execute bourne shell scripts with 'sh' and not with $SHELL --- lib/libssl/test/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libssl/test') diff --git a/lib/libssl/test/Makefile.ssl b/lib/libssl/test/Makefile.ssl index d6add0bf7be..952ab163710 100644 --- a/lib/libssl/test/Makefile.ssl +++ b/lib/libssl/test/Makefile.ssl @@ -99,7 +99,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO links: - @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile + @sh $(TOP)/util/point.sh Makefile.ssl Makefile errors: -- cgit v1.2.3-59-g8ed1b