diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-04 16:24:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-04 16:24:02 +0000 |
commit | 56d5120c27df0b02ad9acf801bd2fb01f1b9abcc (patch) | |
tree | f28f65f6d6845a82f84e127bfda667e006dd778a /dehydrated/Makefile | |
parent | Adding upstream version 20210828. (diff) | |
download | open-infrastructure-service-tools-56d5120c27df0b02ad9acf801bd2fb01f1b9abcc.tar.xz open-infrastructure-service-tools-56d5120c27df0b02ad9acf801bd2fb01f1b9abcc.zip |
Adding upstream version 20210904.upstream/20210904
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated/Makefile')
-rw-r--r-- | dehydrated/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dehydrated/Makefile b/dehydrated/Makefile index 0c9da96..5a6239d 100644 --- a/dehydrated/Makefile +++ b/dehydrated/Makefile @@ -50,7 +50,7 @@ test: then \ for SCRIPT in $(SCRIPTS); \ do \ - shellcheck -e SC2039 $${SCRIPT}; \ + shellcheck -e SC1090 -e SC2039 $${SCRIPT}; \ echo -n "."; \ done; \ else \ |