From 0f1df5ef68a60c5b8077f437bf0d07f1f79788e7 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Sat, 7 Nov 2020 12:07:58 +0100 Subject: [PATCH] Fix shellcheck source directives --- cdist/conf/type/__uci/gencode-remote | 2 +- cdist/conf/type/__uci_section/gencode-remote | 2 +- cdist/conf/type/__uci_section/manifest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdist/conf/type/__uci/gencode-remote b/cdist/conf/type/__uci/gencode-remote index 348d15a1..70a3d3e0 100755 --- a/cdist/conf/type/__uci/gencode-remote +++ b/cdist/conf/type/__uci/gencode-remote @@ -18,7 +18,7 @@ # along with cdist. If not, see . # -# shellcheck source=files/functions.sh +# shellcheck source=cdist/conf/type/__uci/files/functions.sh . "${__type:?}/files/functions.sh" state_is=$(cat "${__object:?}/explorer/state") diff --git a/cdist/conf/type/__uci_section/gencode-remote b/cdist/conf/type/__uci_section/gencode-remote index 285659b0..50fdfa4e 100755 --- a/cdist/conf/type/__uci_section/gencode-remote +++ b/cdist/conf/type/__uci_section/gencode-remote @@ -18,7 +18,7 @@ # along with cdist. If not, see . # -# shellcheck source=files/functions.sh +# shellcheck source=cdist/conf/type/__uci_section/files/functions.sh . "${__type:?}/files/functions.sh" diff --git a/cdist/conf/type/__uci_section/manifest b/cdist/conf/type/__uci_section/manifest index 7e23e443..0325b92c 100755 --- a/cdist/conf/type/__uci_section/manifest +++ b/cdist/conf/type/__uci_section/manifest @@ -18,7 +18,7 @@ # along with cdist. If not, see . # -# shellcheck source=files/functions.sh +# shellcheck source=cdist/conf/type/__uci_section/files/functions.sh . "${__type:?}/files/functions.sh"