summaryrefslogtreecommitdiff
path: root/lib/libssl
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/libssl
parent0a35b6d92fba740b777c9185eed01d2260ed6a02 (diff)
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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: