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
parent a0005bfa5a
commit 9378227570
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() {