From 65878aa07452b45c3f17c3ab15508400edd46476 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 18 Sep 2024 07:56:39 +0200 Subject: Some shellcheck --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 03873e5..06688e8 100755 --- a/configure.sh +++ b/configure.sh @@ -5,7 +5,7 @@ greparch() { } grepsan() { - $CC -fsanitize=$1 -dM -E -x c - /dev/null | grep "SANITIZE" + $CC -fsanitize="$1" -dM -E -x c - /dev/null | grep "SANITIZE" } detectthreads() { -- cgit v1.3