summaryrefslogtreecommitdiffstats
path: root/vms/tools
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-08-19 21:36:23 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-08-19 21:36:23 (GMT)
commit24b03e34723229b3b2da24e2b1b19c24efa8e885 (patch)
tree68a27d3fc507f1c5b42bba93d872e6931d819716 /vms/tools
parent05fb67f75deb5bbd3caf3637f862fb4d6a0ebb68 (diff)
downloadhdf5-24b03e34723229b3b2da24e2b1b19c24efa8e885.zip
hdf5-24b03e34723229b3b2da24e2b1b19c24efa8e885.tar.gz
hdf5-24b03e34723229b3b2da24e2b1b19c24efa8e885.tar.bz2
[svn-r17384] Corrected the path.
Not tested yet.
Diffstat (limited to 'vms/tools')
-rw-r--r--vms/tools/h5jam/check_h5jam.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/vms/tools/h5jam/check_h5jam.com b/vms/tools/h5jam/check_h5jam.com
index a1e02f2..98ab64e 100644
--- a/vms/tools/h5jam/check_h5jam.com
+++ b/vms/tools/h5jam/check_h5jam.com
@@ -22,10 +22,11 @@ $ !
$! set message/notext/nofacility/noidentification/noseverity
$ current_dir = F$DIRECTRY()
$ len = F$LENGTH(current_dir)
-$ temp = F$EXTRACT(0, len-10, current_dir)
+$ temp = F$EXTRACT(0, len-16, current_dir)
$ h5dump_dir = temp + "H5DUMP]"
$ h5dump :== $sys$disk:'h5dump_dir'h5dump.exe
-$ h5jam_dir = temp + "H5JAM]"
+$ temp2 = F$EXTRACT(0, len-11, current_dir)
+$ h5jam_dir = temp2 + "]"
$ h5jam :== $sys$disk:'h5jam_dir'h5jam.exe
$ !
$ ! Define output for diff command that compares expected and actual