index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-06-05 20:26:21 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-05 20:26:21 +0200 |
commit | 6f59df0faa06e9e5b2127d8376b12bb1cf2db5fd (patch) | |
tree | b380377a92c28beb05b8b249905b684fe4a7cd9e /bin/interpret-mail | |
parent | 8e9130a9d21a2d73f8c354e2a3f1d9ccc6f7ea73 (diff) |
-rwxr-xr-x | bin/interpret-mail | 2 |
diff --git a/bin/interpret-mail b/bin/interpret-mail index 1d6bf7f..2580c00 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -1,6 +1,6 @@ #!/bin/sh -# shellcheck disable=SC2119,SC2120 +# shellcheck disable=SC2119,SC2120,SC3043 # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" |