summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-06-16 13:24:04 +0200
committerRichard Levitte <levitte@openssl.org>2014-10-15 10:49:24 +0200
commitf79bb329269f2cdf38d64c371bb23dfe3fe4cd07 (patch)
treed32d7f957d2e1bba4b755e559b71d3ec943b3bfb /ssl/ssl-lib.com
parent7a3809fd97c73dcba6e97feb96401aebdaad69d8 (diff)
Spaces were added in some strings for better readability. However, those spaces do not belong in file names, so when picking out the individual parts, remove the spaces
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/ssl-lib.com')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index 25df08bc3a..7303bc4dd1 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -240,7 +240,7 @@ $ NEXT_FILE:
$!
$! O.K, Extract The File Name From The File List.
$!
-$ FILE_NAME = F$ELEMENT(FILE_COUNTER,",",LIB_SSL)
+$ FILE_NAME = F$EDIT(F$ELEMENT(FILE_COUNTER,",",LIB_SSL),"COLLAPSE")
$!
$! Check To See If We Are At The End Of The File List.
$!