Skip to content

Commit

Permalink
Remove spurious quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 25, 2024
1 parent 016b482 commit b7414ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4026,7 +4026,7 @@ fi

## HDF5 version from H5public.h (3rd field of #define H5_VERS_STR "1.17.0"
## w/ sed to remove quotes).
H5_VERSION="`grep 'H5_VERS_STR' $srcdir/src/H5public.h | sed s/\"//g | cut -d' ' -f3`"
H5_VERSION=`grep 'H5_VERS_STR' $srcdir/src/H5public.h | sed s/\"//g | cut -d' ' -f3`
AC_SUBST([H5_VERSION])

## Configuration date
Expand Down

0 comments on commit b7414ac

Please sign in to comment.