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/des | |
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/des')
-rw-r--r-- | lib/libcrypto/des/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/des/Makefile.ssl b/lib/libcrypto/des/Makefile.ssl index 04a73a93261..473810bec14 100644 --- a/lib/libcrypto/des/Makefile.ssl +++ b/lib/libcrypto/des/Makefile.ssl @@ -107,8 +107,8 @@ files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO links: - @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile - @$(SHELL) $(TOP)/util/point.sh ../../perlasm asm/perlasm + @sh $(TOP)/util/point.sh Makefile.ssl Makefile + @sh $(TOP)/util/point.sh ../../perlasm asm/perlasm @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |