From 66a1e0899ac7588a560e9ffe306e06345989d29c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 9 Feb 2024 13:58:38 -0500 Subject: [PATCH] tools/shellcheck.sh: use tabs Signed-off-by: Philippe Proulx Change-Id: I666cf63f2ca27c731896fb9d01ae3e5a23f4d6b4 --- tools/shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shellcheck.sh b/tools/shellcheck.sh index 100e2582..b03023e8 100755 --- a/tools/shellcheck.sh +++ b/tools/shellcheck.sh @@ -16,7 +16,7 @@ while read -r script_file; do popd >/dev/null done <<< "$(find . -type f -name '*.sh' \ ! -path './.git/*' \ - ! -path ./config/ltmain.sh \ + ! -path ./config/ltmain.sh \ ! -path ./tests/utils/tap-driver.sh \ ! -path ./tests/utils/tap/tap.sh)" -- 2.34.1