diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-23 02:28:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-23 02:28:31 +0000 |
commit | 7fe26a0f7688de4e714c778fd6451a8b872424d8 (patch) | |
tree | 1bcb30a2eacb6af3ae000e1f48ff5e373522dbc7 /lib/libssl | |
parent | 3baed0b6409db218ce16a86f5de13e071419bd65 (diff) |
do not assume shell scripts are +x; d
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 2133ff15757..ea865201286 100644 --- a/lib/libssl/test/Makefile.ssl +++ b/lib/libssl/test/Makefile.ssl @@ -87,7 +87,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO links: - @@$(TOP)/util/point.sh Makefile.ssl Makefile + @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile errors: |