diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-31 15:31:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-31 15:31:17 (GMT) |
commit | 6361428300702822d4c9f9939d74d75af5e817b0 (patch) | |
tree | d95b9dd0c4889c00b6194d95e0019b75d075df23 /vms/build.com | |
parent | 63008bb5b32688fc00d58af2b5190d0afe6c577f (diff) | |
download | hdf5-6361428300702822d4c9f9939d74d75af5e817b0.zip hdf5-6361428300702822d4c9f9939d74d75af5e817b0.tar.gz hdf5-6361428300702822d4c9f9939d74d75af5e817b0.tar.bz2 |
[svn-r16389] Corrected a typo in the ZLIB path name.
Tested on OpenVMS.
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 f65a45b..c1de293 100644 --- a/vms/build.com +++ b/vms/build.com @@ -17,7 +17,7 @@ $! $! This file builds C, Frtran, C++ HDF5 librraies and runs the tests $! Specify location of the top HDF5 source directory $ -$ hdf5top == "sys$sysusers:[pourmale.hdf5]" +$ hdf5top == "sys$sysusers:[pourmal.hdf5]" $ len = F$LENGTH(hdf5top) $ tmp = F$EXTRACT(0, len-1, hdf5top) $ hdf5vms = tmp + ".VMS]" |