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/libssl | |
parent | 0a35b6d92fba740b777c9185eed01d2260ed6a02 (diff) |
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/test/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/test/Makefile.ssl b/lib/libssl/test/Makefile.ssl index d6add0bf7be..952ab163710 100644 --- a/lib/libssl/test/Makefile.ssl +++ b/lib/libssl/test/Makefile.ssl @@ -99,7 +99,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 errors: |