summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test
diff options
context:
space:
mode:
authormarkus <>2002-09-04 18:46:25 +0000
committermarkus <>2002-09-04 18:46:25 +0000
commit70a0eeb2dc3383eb94198ed84a863553d445b8e8 (patch)
tree915d9fb7a0ff7c1c3a38c2672501190985d3c8e9 /src/lib/libssl/test
parent9482ba4a58b16aebf5b63997d4f5c683914c694f (diff)
downloadopenbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.tar.gz
openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.tar.bz2
openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.zip
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'src/lib/libssl/test')
-rw-r--r--src/lib/libssl/test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl
index d6add0bf7b..952ab16371 100644
--- a/src/lib/libssl/test/Makefile.ssl
+++ b/src/lib/libssl/test/Makefile.ssl
@@ -99,7 +99,7 @@ files:
99 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO 99 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
100 100
101links: 101links:
102 @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile 102 @sh $(TOP)/util/point.sh Makefile.ssl Makefile
103 103
104errors: 104errors:
105 105