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/src/crypto/stack/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libssl/src/crypto/stack') diff --git a/lib/libssl/src/crypto/stack/Makefile.ssl b/lib/libssl/src/crypto/stack/Makefile.ssl index 23b24040bcb..e04066dcd65 100644 --- a/lib/libssl/src/crypto/stack/Makefile.ssl +++ b/lib/libssl/src/crypto/stack/Makefile.ssl @@ -47,7 +47,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 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) -- cgit v1.2.3-59-g8ed1b