diff options
author | 2002-09-04 18:46:23 +0000 | |
---|---|---|
committer | 2002-09-04 18:46:23 +0000 | |
commit | e05a80df0beaa33af32f72e19ae2ba4e90b30cdb (patch) | |
tree | 891d40b2a048c0010478bf2cda0555cc8ded5bbb /lib/libcrypto/buffer | |
parent | Correctly decode the IDE channel/drive number when matching devices (diff) | |
download | wireguard-openbsd-e05a80df0beaa33af32f72e19ae2ba4e90b30cdb.tar.xz wireguard-openbsd-e05a80df0beaa33af32f72e19ae2ba4e90b30cdb.zip |
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'lib/libcrypto/buffer')
-rw-r--r-- | lib/libcrypto/buffer/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/buffer/Makefile.ssl b/lib/libcrypto/buffer/Makefile.ssl index b8b64395034..8ee016322ae 100644 --- a/lib/libcrypto/buffer/Makefile.ssl +++ b/lib/libcrypto/buffer/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) |