diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-05-04 16:43:16 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-05-04 16:43:16 (GMT) |
commit | a2f52de36df0385588493d4e620c5f6471aa53c0 (patch) | |
tree | 73f3aec6b5a6e762c7d53ccef670158db3456852 /examples/run-all-ex.sh | |
parent | ece690cdb66a1d116f557fca4f5bf5800e4bc522 (diff) | |
download | hdf5-a2f52de36df0385588493d4e620c5f6471aa53c0.zip hdf5-a2f52de36df0385588493d4e620c5f6471aa53c0.tar.gz hdf5-a2f52de36df0385588493d4e620c5f6471aa53c0.tar.bz2 |
[svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The
default prefix in the scripts will use the compile scripts in the installed bin
directory.
Diffstat (limited to 'examples/run-all-ex.sh')
-rwxr-xr-x | examples/run-all-ex.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/run-all-ex.sh b/examples/run-all-ex.sh index 6837c7e..4ff2c55 100755 --- a/examples/run-all-ex.sh +++ b/examples/run-all-ex.sh @@ -24,8 +24,8 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -if (echo "Run c examples" && \ - (cd c; sh ./run-c-ex.sh) && \ +echo "Run c examples" +if ((cd c; sh ./run-c-ex.sh) && \ (if test -d fortran; then echo "Run fortran examples" cd fortran; sh ./run-fortran-ex.sh |