IMP(shellcheck): add prefix to follow scripts (SC1090)

This commit is contained in:
Thibault Ayanides
2020-12-07 13:26:51 +01:00
parent 72bb3e2b84
commit addd48c4dd
4 changed files with 13 additions and 5 deletions

View File

@ -146,7 +146,7 @@ _run() {
if [ ! -f "$(dirname "$0")"/lib.sh ]; then
fatal "Cannot locate lib.sh"
fi
# shellcheck source=/opt/debian-cis/tests/lib.sh
# shellcheck source=../tests/lib.sh
. "$(dirname "$0")"/lib.sh
###################