summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rand
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-09-04 18:46:26 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-09-04 18:46:26 +0000
commit2f84aa13943c869cecf2fe3867abb0a99940ec03 (patch)
treeb50076dba9aaad821a706c3ee56e6eb4219ae982 /lib/libcrypto/rand
parent0a35b6d92fba740b777c9185eed01d2260ed6a02 (diff)
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'lib/libcrypto/rand')
-rw-r--r--lib/libcrypto/rand/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rand/Makefile.ssl b/lib/libcrypto/rand/Makefile.ssl
index 42623d18d89..4d73d4f7e80 100644
--- a/lib/libcrypto/rand/Makefile.ssl
+++ b/lib/libcrypto/rand/Makefile.ssl
@@ -49,7 +49,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)