diff --git a/bin/compile b/bin/compile index ec68d359a1e7c44b96590797c32dd6ace217d318..388a44bd56320d2c5479033ade3eef4b341c5807 100755 --- a/bin/compile +++ b/bin/compile @@ -287,6 +287,7 @@ buildpack_sqlite3_install mtime "sqlite3.install.time" "${start}" # Source compile variables +# shellcheck source=.python-compile-env if [ -f .python-compile-env ]; then source .python-compile-env fi