summaryrefslogtreecommitdiffstats
path: root/c++/examples
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-05-30 19:25:08 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-05-30 19:25:08 (GMT)
commit6a85acac67cb494c79b55fafd7ee51c655faebbd (patch)
tree4e3a87f121017aecbb587ee1ead87bf4bcc835be /c++/examples
parent8895fdc8ad806b282a4ffbfb83554d47719e03e4 (diff)
downloadhdf5-6a85acac67cb494c79b55fafd7ee51c655faebbd.zip
hdf5-6a85acac67cb494c79b55fafd7ee51c655faebbd.tar.gz
hdf5-6a85acac67cb494c79b55fafd7ee51c655faebbd.tar.bz2
[svn-r13818] 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++/examples')
-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