From b7414aca83ea3bd29d57aa5cdf9667a5f0bde156 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 24 Oct 2024 22:43:08 -0700 Subject: [PATCH] Remove spurious quotes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1ee8395e632..277a481d69e 100644 --- a/configure.ac +++ b/configure.ac @@ -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