Use shellcheck on yourself

Fixing shellcheck warnings on shell scripts in this repo.
This commit is contained in:
Artur Klauser 2020-04-01 09:03:38 +02:00
commit 9378227570
No known key found for this signature in database
GPG key ID: 70B7884D56F42F15
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2257
failed=0
fail() {