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 | |
| parent | d354a3ffb999c27ece66f8a66dfb416e5d5d7b6c (diff) | |
retab
| -rwxr-xr-x | buetow.org.sh | 4 | ||||
| -rw-r--r-- | packages/assert.source.sh | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 4c18334f..495cba30 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -74,14 +74,14 @@ main () { md::test ;; --feed) - assert::shellcheck + assert::shellcheck html::test md::test gemfeed::generate atomfeed::generate ;; --generate) - assert::shellcheck + assert::shellcheck html::test md::test gemfeed::generate 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 } |
