diff options
author | Richard Levitte <levitte@openssl.org> | 2016-07-06 01:23:41 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-07-06 01:23:41 +0200 |
commit | 5aa8096fd002590f8a6a2dd05a7853c482b4677c (patch) | |
tree | d76c71206e72e05646928a8b0188f7d585f80aad /config.com | |
parent | make update (diff) | |
download | openssl-5aa8096fd002590f8a6a2dd05a7853c482b4677c.tar.xz openssl-5aa8096fd002590f8a6a2dd05a7853c482b4677c.zip |
VMS: arch in config.com was mistakenly made process global
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'config.com')
-rw-r--r-- | config.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.com b/config.com index 015de511a2..ed4df15e0b 100644 --- a/config.com +++ b/config.com @@ -14,7 +14,7 @@ $ ! -d sets debugging $ ! -h prints a usage and exits $ ! -t test mode, doesn't run Configure $ -$ arch == f$edit( f$getsyi( "arch_name"), "lowercase") +$ arch = f$edit( f$getsyi( "arch_name"), "lowercase") $ pointer_size = "" $ test = 0 $ here = F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"),,,"SYNTAX_ONLY") - "A.;" |