diff options
author | Richard Levitte <levitte@openssl.org> | 2002-11-14 08:08:55 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-11-14 08:08:55 +0000 |
commit | d574d839937ad17ac68d07ba2f1aed5c21d6aef3 (patch) | |
tree | d799497d48a6f0c76a06a7d8a83b4f4640e2dc01 /ms/testss.bat | |
parent | 83411793b68921c6bd8ed0b15ecc36dfe30c3712 (diff) | |
download | openssl-new-d574d839937ad17ac68d07ba2f1aed5c21d6aef3.tar.gz |
Make the Windows test scripts consistent in their echoing
Diffstat (limited to 'ms/testss.bat')
-rwxr-xr-x | ms/testss.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/testss.bat b/ms/testss.bat index d9ae625439..f7e58e2756 100755 --- a/ms/testss.bat +++ b/ms/testss.bat @@ -1,4 +1,4 @@ -echo on
+@echo off
rem set ssleay=..\out\ssleay
set ssleay=%1
|