diff options
| author | deraadt <> | 1999-11-23 02:28:31 +0000 |
|---|---|---|
| committer | deraadt <> | 1999-11-23 02:28:31 +0000 |
| commit | 606d1f0e4a4c5dd05abe03abec1c773ac4ba0726 (patch) | |
| tree | 275a089f1c02320b5d9db23bcdccc6ffc5728193 /src/lib/libssl/test | |
| parent | a591d0367190c85d8febd0557dba55438a783a6a (diff) | |
| download | openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.tar.gz openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.tar.bz2 openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.zip | |
do not assume shell scripts are +x; d
Diffstat (limited to 'src/lib/libssl/test')
| -rw-r--r-- | src/lib/libssl/test/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl index 2133ff1575..ea86520128 100644 --- a/src/lib/libssl/test/Makefile.ssl +++ b/src/lib/libssl/test/Makefile.ssl | |||
| @@ -87,7 +87,7 @@ files: | |||
| 87 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 87 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
| 88 | 88 | ||
| 89 | links: | 89 | links: |
| 90 | @@$(TOP)/util/point.sh Makefile.ssl Makefile | 90 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
| 91 | 91 | ||
| 92 | errors: | 92 | errors: |
| 93 | 93 | ||
