summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/stack
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-09-04 18:46:23 +0000
committermarkus <markus@openbsd.org>2002-09-04 18:46:23 +0000
commite05a80df0beaa33af32f72e19ae2ba4e90b30cdb (patch)
tree891d40b2a048c0010478bf2cda0555cc8ded5bbb /lib/libcrypto/stack
parentCorrectly decode the IDE channel/drive number when matching devices (diff)
downloadwireguard-openbsd-e05a80df0beaa33af32f72e19ae2ba4e90b30cdb.tar.xz
wireguard-openbsd-e05a80df0beaa33af32f72e19ae2ba4e90b30cdb.zip
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'lib/libcrypto/stack')
-rw-r--r--lib/libcrypto/stack/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/stack/Makefile.ssl b/lib/libcrypto/stack/Makefile.ssl
index 23b24040bcb..e04066dcd65 100644
--- a/lib/libcrypto/stack/Makefile.ssl
+++ b/lib/libcrypto/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)