summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-05-30 19:48:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-05-30 19:48:50 (GMT)
commite50cbb5ea71106f34ea4d9ab7041ae5f173be042 (patch)
tree7c7f56119c0d9654aa7e251696634e3cada94f3a /c++
parent16bf0e9d3651262f33c061f0a80073bcb3aea5b6 (diff)
downloadhdf5-e50cbb5ea71106f34ea4d9ab7041ae5f173be042.zip
hdf5-e50cbb5ea71106f34ea4d9ab7041ae5f173be042.tar.gz
hdf5-e50cbb5ea71106f34ea4d9ab7041ae5f173be042.tar.bz2
[svn-r13819] Bug fix.
The test scripts did not take in account that the binary has been installed somewhere other than the original prefix. Added a provision to allow explicit definition of $prefix to work. Tested: kagiso.
Diffstat (limited to 'c++')
-rwxr-xr-xc++/examples/testh5c++.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/testh5c++.sh.in b/c++/examples/testh5c++.sh.in
index 0fa7486..cfab0f0 100755
--- a/c++/examples/testh5c++.sh.in
+++ b/c++/examples/testh5c++.sh.in
@@ -21,7 +21,7 @@
# Initializations
# Where the tool is installed.
-prefix="@prefix@"
+prefix="${prefix:-@prefix@}"
AR=@AR@
RANLIB=@RANLIB@
H5TOOL="h5c++" # The tool name