diff options
author | Richard Levitte <levitte@openssl.org> | 2002-08-15 10:28:38 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-08-15 10:28:38 +0200 |
commit | 265e892fede07013088e383bc630b8186c8b6e7c (patch) | |
tree | 84cb6c76702a948af851a30d425e4bd28b3e817e /test | |
parent | change how pod2man is handled: explicitly invoke '$PERL' only when (diff) | |
download | openssl-265e892fede07013088e383bc630b8186c8b6e7c.tar.xz openssl-265e892fede07013088e383bc630b8186c8b6e7c.zip |
Sometimes, the value of the variable containing the compiler call can
become rather large. This becomes a problem when the default 1024
character large buffer that WRITE uses isn't enough. WRITE/SYMBOL
uses a 2048 byte large buffer instead.
Diffstat (limited to 'test')
-rw-r--r-- | test/maketests.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maketests.com b/test/maketests.com index 66d79a21a1..0026cf003f 100644 --- a/test/maketests.com +++ b/test/maketests.com @@ -888,7 +888,7 @@ $ CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS $! $! Show user the result $! -$ WRITE SYS$OUTPUT "Main Compiling Command: ",CC +$ WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC $! $! Else The User Entered An Invalid Arguement. $! |