From cf5002b772962274a11f6a6823d3937931e1b05e Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Fri, 13 Aug 2021 11:14:13 +0930 Subject: [PATCH] configure: Drop unnecessary double-quote character The double-quote was also missing its matching pair. Signed-off-by: Andrew Jeffery Signed-off-by: Bartosz Golaszewski --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 351d547..ce6de99 100644 --- a/configure.ac +++ b/configure.ac @@ -139,7 +139,7 @@ then AC_CHECK_PROG([has_bats], [bats], [true], [false]) if test "x$has_bats" = "xfalse" then - AC_MSG_NOTICE(["bats not found - gpio-tools tests cannot be run]) + AC_MSG_NOTICE([bats not found - gpio-tools tests cannot be run]) fi fi fi -- 2.30.2