summaryrefslogtreecommitdiffstats
path: root/c++/src/h5c++.in
diff options
context:
space:
mode:
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"