summaryrefslogtreecommitdiffstats
path: root/dehydrated/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-04 16:24:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-04 16:26:00 +0000
commit0e89d5acfed08eacda5b620a29232a04ef388c47 (patch)
tree196be3b06fa94e2262f6371a104496ce98c9a626 /dehydrated/Makefile
parentReleasing debian version 20210828-2. (diff)
downloadopen-infrastructure-service-tools-0e89d5acfed08eacda5b620a29232a04ef388c47.tar.xz
open-infrastructure-service-tools-0e89d5acfed08eacda5b620a29232a04ef388c47.zip
Merging upstream version 20210904.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated/Makefile')
-rw-r--r--dehydrated/Makefile2
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 \