Skip to content
Snippets Groups Projects
Commit 86b9a3a0 authored by Jan Frenzel's avatar Jan Frenzel Committed by Norman Koch
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent c9b5a62e
No related branches found
No related tags found
3 merge requests!392Merge preview into contrib guide for browser users,!366Merge preview into main,!364Simple bash syntax checker
...@@ -71,7 +71,7 @@ case $cnt in ...@@ -71,7 +71,7 @@ case $cnt in
echo "Bash files with invalid syntax: 1 match found" 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 esac
if [ $cnt -gt 0 ]; then if [ $cnt -gt 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment