diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-12 19:48:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-12 19:48:14 (GMT) |
commit | 3dfec8d73b65c5c715581e41844e075b84e8f581 (patch) | |
tree | 6064021ebe39e4e8fbbebf6f78a35cbadd4b0ffb /vms | |
parent | 246b280cd686dd78a5e3bc9bdb6dbb60bcbdbfee (diff) | |
download | hdf5-3dfec8d73b65c5c715581e41844e075b84e8f581.zip hdf5-3dfec8d73b65c5c715581e41844e075b84e8f581.tar.gz hdf5-3dfec8d73b65c5c715581e41844e075b84e8f581.tar.bz2 |
[svn-r12228] Purpose: Maintenance
Description: Warning message about broken line was displayed while running make.com
Solution: Replaced blank line with $ exit line.
Platforms tested: VMS server; this change is local to VMS only
Misc. update:
Diffstat (limited to 'vms')
-rw-r--r-- | vms/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/make.com b/vms/make.com index fae6907..e8356f3 100644 --- a/vms/make.com +++ b/vms/make.com @@ -29,4 +29,4 @@ $ copy [.tools.h5dump]*.com [-.tools.h5dump] $ copy [.tools.h5ls]*.com [-.tools.h5ls] $ copy [.tools.h5diff]*.com [-.tools.h5diff] $ copy [.tools.lib]make.com [-.tools.lib] - +$ exit |