diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-06-03 21:02:15 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-06-03 21:02:15 (GMT) |
commit | 467a9e72019f1e96a538dd7386cdb193f79b5ba4 (patch) | |
tree | 178a6e6a177089a0760905c6e111fec85ff49190 /vms/build.com | |
parent | 614b9164a93d630e0a7800cc745496aa1767f064 (diff) | |
download | hdf5-467a9e72019f1e96a538dd7386cdb193f79b5ba4.zip hdf5-467a9e72019f1e96a538dd7386cdb193f79b5ba4.tar.gz hdf5-467a9e72019f1e96a538dd7386cdb193f79b5ba4.tar.bz2 |
[svn-r23732] Some updates.
Not tested yet.
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 892ade1..c760b42 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 == "disk$user:[hdfgroup.hdf5]" +$ hdf5top == "SYS$SYSUSERS:[LU.hdf5_5_31]" $ len = F$LENGTH(hdf5top) $ tmp = F$EXTRACT(0, len-1, hdf5top) $ hdf5vms = tmp + ".VMS]" |