diff options
Diffstat (limited to 'fortran')
-rwxr-xr-x | fortran/examples/testh5fc.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/testh5fc.sh.in b/fortran/examples/testh5fc.sh.in index 9f2d9bf..a25abbe 100755 --- a/fortran/examples/testh5fc.sh.in +++ b/fortran/examples/testh5fc.sh.in @@ -23,8 +23,8 @@ # Where the tool is installed. prefix="${prefix:-@prefix@}" PARALLEL=@PARALLEL@ # Am I in parallel mode? -AR=@AR@ -RANLIB=@RANLIB@ +AR="@AR@" +RANLIB="@RANLIB@" if [ "$PARALLEL" = no ]; then H5TOOL="h5fc" # The tool name else |