diff options
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/build_gnv_curl_pcsi_desc.com | 2 | ||||
-rw-r--r-- | packages/vms/setup_gnv_curl_build.com | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/vms/build_gnv_curl_pcsi_desc.com b/packages/vms/build_gnv_curl_pcsi_desc.com index 3b4cd803f..fab2c823c 100644 --- a/packages/vms/build_gnv_curl_pcsi_desc.com +++ b/packages/vms/build_gnv_curl_pcsi_desc.com @@ -351,7 +351,7 @@ $ endif $ endif $ endif $! -$! Filenames with $ in them are VMS special and do not need to be lowercased. +$! Filenames with $ in them are VMS special and do not need to be lowercase. $! -------------------------------------------------------------------------- $ if f$locate("$", pathname) .lt. f$length(pathname) then goto inst_file_loop $! diff --git a/packages/vms/setup_gnv_curl_build.com b/packages/vms/setup_gnv_curl_build.com index beec733c3..09f22a22e 100644 --- a/packages/vms/setup_gnv_curl_build.com +++ b/packages/vms/setup_gnv_curl_build.com @@ -60,7 +60,7 @@ $! $! We want detailed build logs. $ clist = "/list/show=(expan,includ)" $! -$! We want full symbol names in exact case. Need a commmon +$! We want full symbol names in exact case. Need a common $! repository for all directories. $ cnames = "/names=(shortened,as_is)/repository=''base_dir'" $! |