diff options
author | Richard Levitte <levitte@openssl.org> | 2000-09-25 11:30:32 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-09-25 11:30:32 +0200 |
commit | 0acc90e5f790b2b8acfc85a3eb0c26e9db4a023a (patch) | |
tree | 5f2f194d06ac1bbb9cb04ae037ef97eeea1ac41b /ms | |
parent | 'ranlib' doesn't always run on some systems. That's actually (diff) | |
download | openssl-0acc90e5f790b2b8acfc85a3eb0c26e9db4a023a.tar.xz openssl-0acc90e5f790b2b8acfc85a3eb0c26e9db4a023a.zip |
echo=off works on NT, but not on W2K.
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/test.bat b/ms/test.bat index ef37beaa22..8f69194283 100755 --- a/ms/test.bat +++ b/ms/test.bat @@ -1,4 +1,4 @@ -@echo=off
+@echo off
set test=..\ms
set opath=%PATH%
|