Skip to content
Snippets Groups Projects
Commit d853e34a authored by Theodore Siu's avatar Theodore Siu Committed by Casey Faist
Browse files

Add shellcheck comment for .python-compile-env script

parent 39e796e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment