summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-10-15 16:04:17 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-10-15 16:04:17 (GMT)
commitf3f29dc7df5f3cc41a5e9462d8c415e540cda3d6 (patch)
tree98e19e98333de2fcdf6f8f9a777528dde879733d /examples
parent6569f208b8f39ace9e442e94ab110bec94c67d37 (diff)
parent545c5fb2a957c245f283c6db5c429b7b89cda622 (diff)
downloadhdf5-f3f29dc7df5f3cc41a5e9462d8c415e540cda3d6.zip
hdf5-f3f29dc7df5f3cc41a5e9462d8c415e540cda3d6.tar.gz
hdf5-f3f29dc7df5f3cc41a5e9462d8c415e540cda3d6.tar.bz2
Merge branch 'hdf5_1_10_4' into 1.10/masterhdf5-1_10_4
Diffstat (limited to 'examples')
-rw-r--r--examples/run-c-ex.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 4d5d594..209cdd7 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -31,7 +31,7 @@ EXIT_FAILURE=1
# Where the tool is installed.
# default is relative path to installed location of the tools
-prefix="${prefix:-@prefix@}"
+prefix="${prefix:-../../..}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"