diff options
Diffstat (limited to 'vms/build.com')
-rw-r--r-- | vms/build.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/build.com b/vms/build.com index 3949da5..c6b972a 100644 --- a/vms/build.com +++ b/vms/build.com @@ -17,7 +17,7 @@ $! $! This file builds C, Fortran, C++ HDF5 libraries and runs the tests $! Specify location of the top HDF5 source directory $ -$ hdf5top == "sys$sysusers:[pourmal.hdf5]" +$ hdf5top == "disk$user:[hdfgroup.hdf5]" $ len = F$LENGTH(hdf5top) $ tmp = F$EXTRACT(0, len-1, hdf5top) $ hdf5vms = tmp + ".VMS]" |