summaryrefslogtreecommitdiffstats
path: root/c++/src/h5c++.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2016-06-08 20:14:32 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2016-06-08 20:14:32 (GMT)
commit3b507bb8c494ff4eb5fe84c7097f66022d0f82db (patch)
tree5f0900e66aae27503e4a97f6bc9d157f74a2c4a2 /c++/src/h5c++.in
parent2e6ccbfff807fa986a1a8b22ef7fe172ffa7802f (diff)
downloadhdf5-3b507bb8c494ff4eb5fe84c7097f66022d0f82db.zip
hdf5-3b507bb8c494ff4eb5fe84c7097f66022d0f82db.tar.gz
hdf5-3b507bb8c494ff4eb5fe84c7097f66022d0f82db.tar.bz2
[svn-r30058] Correct typo in compile scripts that causes dropping of filename in -o outfile.
Addresses HDFFV-9530 and HDFFV-9938.
Diffstat (limited to 'c++/src/h5c++.in')
-rw-r--r--c++/src/h5c++.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/h5c++.in b/c++/src/h5c++.in
index 069842a..7f3c3ce 100644
--- a/c++/src/h5c++.in
+++ b/c++/src/h5c++.in
@@ -205,7 +205,7 @@ for arg in $@ ; do
compile_args="$compile_args $arg"
if test "x$do_link" = "xyes" -a -n "$output_file"; then
- compile_args="$compile_args -o $outputfile"
+ compile_args="$compile_args -o $output_file"
fi
do_link="no"