From bf5d51825f0b5345c2ff32efe814ae15ca9f9791 Mon Sep 17 00:00:00 2001 From: Michal Babej Date: Tue, 4 Jun 2024 19:46:06 +0300 Subject: [PATCH] fix typo --- cl_offline_compiler.sh.in.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_offline_compiler.sh.in.cmake b/cl_offline_compiler.sh.in.cmake index c72eec37c..151512d35 100644 --- a/cl_offline_compiler.sh.in.cmake +++ b/cl_offline_compiler.sh.in.cmake @@ -89,7 +89,7 @@ fi if [ -f "$OUTPUT" ]; then echo "output already exists, skipping compilation" - exit 0. + exit 0 fi CL_IS_30=false