From d853e34a0bace1f15aab8f0764611838c1ba7fc9 Mon Sep 17 00:00:00 2001
From: Theodore Siu <theodoresiu7@gmail.com>
Date: Wed, 3 Oct 2018 16:49:07 -0400
Subject: [PATCH] Add shellcheck comment for .python-compile-env script

---
 bin/compile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/compile b/bin/compile
index ec68d359..388a44bd 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
-- 
GitLab