Skip to content

Commit 98a9952

Browse files
committed
Log env vars
1 parent e600636 commit 98a9952

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/compile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ if [ ! -f "$CACHED_TAR" ]; then
107107
export INCLUDE_PATH="${BUILD_TARGET_DIR}/include:${BUILD_TARGET_DIR}/include/openssl:${INCLUDE_PATH:-}"
108108
EOF
109109
chmod +x "${BUILD_DIR}/.profile.d/freetds.sh"
110+
echo "configured APP env vars:" | indent
111+
indent < "${BUILD_DIR}/.profile.d/freetds.sh"
110112
fi
111113

112114
info "Unpacking cached files..."
@@ -128,3 +130,6 @@ export INCLUDE_PATH="${BUILD_TARGET_DIR}/include:${BUILD_TARGET_DIR}/include/ope
128130

129131
# give environment to later buildpacks
130132
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"

0 commit comments

Comments
 (0)