diff options
Diffstat (limited to 'c++')
-rwxr-xr-x | c++/examples/testh5c++.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/testh5c++.sh.in b/c++/examples/testh5c++.sh.in index 0fa7486..cfab0f0 100755 --- a/c++/examples/testh5c++.sh.in +++ b/c++/examples/testh5c++.sh.in @@ -21,7 +21,7 @@ # Initializations # Where the tool is installed. -prefix="@prefix@" +prefix="${prefix:-@prefix@}" AR=@AR@ RANLIB=@RANLIB@ H5TOOL="h5c++" # The tool name |