Skip to content
Snippets Groups Projects
Commit 0c0251f2 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Ensure shellcheck error is detected.

parent 303d00ad
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
shellcheck:
set -e ; \
for f in * ; do \
if { head -n 1 "$$f" | grep -E -q '^#! *(/bin/bash|/bin/sh|/usr/bin/env bash)$$' ; } ; then \
shellcheck -x "$$f" ; \
......
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