summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-04-23 21:57:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-04-23 21:57:19 (GMT)
commit87f0d37a7677260d4ae4762fdbe0fe97d9df2e15 (patch)
tree530f53891bf9e65d7d8cb0e36f9032609fa3ee1d
parentd6eb4d281f943ca52578f60a97c98f4a190b3043 (diff)
downloadhdf5-87f0d37a7677260d4ae4762fdbe0fe97d9df2e15.zip
hdf5-87f0d37a7677260d4ae4762fdbe0fe97d9df2e15.tar.gz
hdf5-87f0d37a7677260d4ae4762fdbe0fe97d9df2e15.tar.bz2
[svn-r1212] Added "./" before h5toh4 in script.
-rw-r--r--tools/testh5toh42
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testh5toh4 b/tools/testh5toh4
index 2660b5f..6db3b78 100644
--- a/tools/testh5toh4
+++ b/tools/testh5toh4
@@ -1,6 +1,6 @@
#!/bin/sh
-h5toh4=h5toh4 # a relative name
+h5toh4=./h5toh4 # a relative name
cmp='cmp -s'
diff='diff -c'