diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-19 20:21:25 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | d88be863b7dcabe42b8d5b47b40ed2cb620f287c (patch) | |
| tree | 245bce4a6fabef2532f68b76750105638caf806c /packages/assert.source.sh | |
| parent | d354a3ffb999c27ece66f8a66dfb416e5d5d7b6c (diff) | |
retab
Diffstat (limited to 'packages/assert.source.sh')
| -rw-r--r-- | packages/assert.source.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/assert.source.sh b/packages/assert.source.sh index 0c7157f3..d53a728e 100644 --- a/packages/assert.source.sh +++ b/packages/assert.source.sh @@ -49,11 +49,11 @@ assert::matches () { # Checks if all the Bash scripts here are good. assert::shellcheck () { set -e - shellcheck \ - --norc \ - --external-sources \ - --check-sourced \ - --exclude=SC2155,SC2010,SC2154,SC1090,SC2012 \ - ./"$0" - set +e + shellcheck \ + --norc \ + --external-sources \ + --check-sourced \ + --exclude=SC2155,SC2010,SC2154,SC1090,SC2012 \ + ./"$0" + set +e } |
