Skip to content

Commit

Permalink
lower case other usage of tidy_version
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarbenalla committed Oct 18, 2024
1 parent a71aab9 commit 3dbffd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/autoconf/lib-tests.m4
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ AC_DEFUN_ONCE([LIB_TESTS_SETUP_TIDY],
AC_MSG_RESULT([yes])
AC_MSG_CHECKING([for tidy version])
tidy_version=`$ECHO $tidy_output | $SED -e 's/.*version //g'`
AC_MSG_RESULT([$TIDY_VERSION])
AC_MSG_RESULT([$tidy_version])
fi
fi
AC_SUBST(TIDY)
Expand Down

0 comments on commit 3dbffd6

Please sign in to comment.