fix: Add SC1091 shellcheck exception

This commit is contained in:
Carlos Álvaro
2021-06-23 21:25:13 +02:00
parent bed4659bcf
commit cf3d58b702

View File

@@ -2,6 +2,7 @@
set -e
# shellcheck disable=SC1091
source "${SALT_BUILD_DIR}/functions.sh"
echo "Installing build dependencies ..."