From 86b9a3a03ad6135367fc2311e3933c030d6c875f Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Fri, 15 Oct 2021 16:55:28 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 doc.zih.tu-dresden.de/util/check-bash-syntax.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/util/check-bash-syntax.sh b/doc.zih.tu-dresden.de/util/check-bash-syntax.sh
index 623e283f7..e5681413d 100644
--- a/doc.zih.tu-dresden.de/util/check-bash-syntax.sh
+++ b/doc.zih.tu-dresden.de/util/check-bash-syntax.sh
@@ -71,7 +71,7 @@ case $cnt in
     echo "Bash files with invalid syntax: 1 match found"
   ;;
   *)
-    echo "Bash-files with invalid syntax: $cnt matches found"
+    echo "Bash files with invalid syntax: $cnt matches found"
   ;;
 esac
 if [ $cnt -gt 0 ]; then
-- 
GitLab