diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-04 18:46:26 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-04 18:46:26 +0000 |
commit | 2f84aa13943c869cecf2fe3867abb0a99940ec03 (patch) | |
tree | b50076dba9aaad821a706c3ee56e6eb4219ae982 /lib/libcrypto/rand | |
parent | 0a35b6d92fba740b777c9185eed01d2260ed6a02 (diff) |
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'lib/libcrypto/rand')
-rw-r--r-- | lib/libcrypto/rand/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rand/Makefile.ssl b/lib/libcrypto/rand/Makefile.ssl index 42623d18d89..4d73d4f7e80 100644 --- a/lib/libcrypto/rand/Makefile.ssl +++ b/lib/libcrypto/rand/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) |