summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-08-31 13:08:02 (GMT)
committerlrknox <lrknox>2016-08-31 13:08:02 (GMT)
commit7047b7e0e74ecfde26ec61ec56a858a70d2cbf0d (patch)
tree6b8982b2b231da3d5389fe854fb9730e400a59e0
parent44640ecf685cfbd15fe176a1b96c6a7105288678 (diff)
downloadhdf5-7047b7e0e74ecfde26ec61ec56a858a70d2cbf0d.zip
hdf5-7047b7e0e74ecfde26ec61ec56a858a70d2cbf0d.tar.gz
hdf5-7047b7e0e74ecfde26ec61ec56a858a70d2cbf0d.tar.bz2
Correct incorrect merge from main that added extra commands to a list in
run-c-ex.sh.in without moving the "); then" to the end of the extended list, causing make installcheck to fail.
-rw-r--r--examples/run-c-ex.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index e2ba55a..48d927f 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -125,7 +125,7 @@ then
RunTest h5_elink_unix2win &&\
rm h5_elink_unix2win &&\
RunTest h5_shared_mesg &&\
- rm h5_shared_mesg)&&\
+ rm h5_shared_mesg &&\
RunTest h5_vol_external_log_native &&\
rm h5_vol_external_log_native; then
RunTest h5_vds-eiger &&\
@@ -140,7 +140,7 @@ then
rm h5_vds-percival &&\
RunTest h5_vds-percival-unlim &&\
rm h5_vds-percival-unlim &&\
- RunTest h5_vds-percival-unlim-maxmin&&\
+ RunTest h5_vds-percival-unlim-maxmin &&\
rm h5_vds-percival-unlim-maxmin &&\
RunTest h5_vds &&\
rm h5_vds); then