From 5512673fc488f150ab84cb647908c45fd635d0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 23 Aug 2023 10:33:29 +0200 Subject: [PATCH] Added missing # --- CI/ci-cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-cppcheck.sh b/CI/ci-cppcheck.sh index 573431b8..949082a0 100755 --- a/CI/ci-cppcheck.sh +++ b/CI/ci-cppcheck.sh @@ -1,4 +1,4 @@ -!/bin/bash +#/bin/bash # Exit script on any error set -e