diff --git a/python_pyinstaller.sh b/python_pyinstaller.sh index bc9bbbd9..e56023ae 100755 --- a/python_pyinstaller.sh +++ b/python_pyinstaller.sh @@ -19,7 +19,7 @@ set -u [ -n "${DEBUG:-}" ] && set -x srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -# shellcheck disable=SC1090 +# shellcheck source=lib/utils.sh . "$srcdir/lib/utils.sh" filelist="$(find "${1:-.}" -maxdepth 2 -type f -iname '*.py')"