index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/interpret-mail | 2 |
diff --git a/bin/interpret-mail b/bin/interpret-mail index 65528b4..a931cb7 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -1,5 +1,7 @@ #!/bin/sh +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |