index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-10-17 09:22:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-17 09:22:44 +0200 |
commit | fc41ad4920b552ba5e39be169d4b27b5897c7852 (patch) | |
tree | 4a08e6d190d5f955d67c32d77ab46ee71808e73a /bin/interpret-mail | |
parent | a4f18cd8210a0e572e41a7744664f518faaa6498 (diff) |
-rwxr-xr-x | bin/interpret-mail | 2 |
diff --git a/bin/interpret-mail b/bin/interpret-mail index 0532688..ee218e7 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -5,6 +5,8 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" +# TODO: remove hard-coded package suffixes + # shellcheck disable=SC2016 if [ $# -ne 0 ]; then >&2 echo '' |