summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/comp
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/comp
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/comp')
-rw-r--r--lib/libcrypto/comp/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/comp/Makefile.ssl b/lib/libcrypto/comp/Makefile.ssl
index 5dadb65cd4a..972cb9fbc39 100644
--- a/lib/libcrypto/comp/Makefile.ssl
+++ b/lib/libcrypto/comp/Makefile.ssl
@@ -50,7 +50,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)