From 0310abdaae8f3acf08cf938848c276df514f7e57 Mon Sep 17 00:00:00 2001 From: Bartosz Cichocki Date: Tue, 19 Oct 2021 12:47:49 +0200 Subject: [PATCH] [EGD-7822] Fix clang_check script Due to third-person enabled auto-merge one line was missing in the previous PR --- config/clang_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/clang_check.sh b/config/clang_check.sh index b8f1e587746b5370b58287cba178c23ac46a925d..247c1270ea08fe3fa08f38224c96c85ba8ff1d46 100755 --- a/config/clang_check.sh +++ b/config/clang_check.sh @@ -49,7 +49,7 @@ get_compile_commands() main() { - if [[ $# -ne 0 ]]; then + if [[ $# -ne 1 ]]; then help exit 0 fi