aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-29 13:06:29 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-29 13:06:29 +0000
commitd6945e10b5ff74a663949a0a126ac43f16cbc44a (patch)
tree64f91394849595f1d991c951397aff5efb8f0aba /apps
parent70bed0ca2db44c82756ff8e4457558bfbaa10b19 (diff)
downloadopenssl-d6945e10b5ff74a663949a0a126ac43f16cbc44a.tar.gz
Addapt VMS scripts to the newer disk layout system ODS-5, which allows more than one period and mixed size characters in file names
Diffstat (limited to 'apps')
-rw-r--r--apps/makeapps.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index 7e9d0ac8d6..fe55369843 100644
--- a/apps/makeapps.com
+++ b/apps/makeapps.com
@@ -1133,6 +1133,7 @@ $!
$! Save directory information
$!
$ __HERE = F$PARSE(F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"))-"A.;","[]A.;") - "A.;"
+$ __HERE = F$EDIT(__HERE,"UPCASE")
$ __TOP = __HERE - "APPS]"
$ __INCLUDE = __TOP + "INCLUDE.OPENSSL]"
$!