summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/dsa
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/libssl/src/crypto/dsa
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/libssl/src/crypto/dsa')
-rw-r--r--lib/libssl/src/crypto/dsa/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/dsa/Makefile.ssl b/lib/libssl/src/crypto/dsa/Makefile.ssl
index 32ecf6ee012..c1859abe083 100644
--- a/lib/libssl/src/crypto/dsa/Makefile.ssl
+++ b/lib/libssl/src/crypto/dsa/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)