File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ if [ ! -f "$CACHED_TAR" ]; then
107
107
export INCLUDE_PATH="${BUILD_TARGET_DIR} /include:${BUILD_TARGET_DIR} /include/openssl:${INCLUDE_PATH:- } "
108
108
EOF
109
109
chmod +x " ${BUILD_DIR} /.profile.d/freetds.sh"
110
+ echo " configured APP env vars:" | indent
111
+ indent < " ${BUILD_DIR} /.profile.d/freetds.sh"
110
112
fi
111
113
112
114
info " Unpacking cached files..."
@@ -128,3 +130,6 @@ export INCLUDE_PATH="${BUILD_TARGET_DIR}/include:${BUILD_TARGET_DIR}/include/ope
128
130
129
131
# give environment to later buildpacks
130
132
export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LIBRARY_PATH|INCLUDE_PATH|PKG_CONFIG_PATH|FREETDS_DIR|SYBASE|CPPATH|CPATH)=' > " ${LP_DIR} /export"
133
+
134
+ echo " configured BUILDPACK env vars:" | indent
135
+ indent < " ${LP_DIR} /export"
You can’t perform that action at this time.
0 commit comments