We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2fc0aa + 55b9653 commit 4c0f6a4Copy full SHA for 4c0f6a4
bin/compile
@@ -84,7 +84,7 @@ configure_app_env_vars() {
84
# These exports must point to /app, because the profile is
85
# executed in a running dyno, not the buildpack environment
86
cat <<EOF > "${BUILD_DIR}/.profile.d/freetds.sh"
87
- export PATH="${APP_TARGET_DIR}/bin:$PATH"
+ export PATH="${APP_TARGET_DIR}/bin:\$PATH"
88
# tiny_tds extconf.rb uses FREETDS_DIR
89
# https://github.com/rails-sqlserver/tiny_tds/blob/5046755ca91594003f8b3ca541d136f3ed859973/ext/tiny_tds/extconf.rb#L36-L38
90
export FREETDS_DIR="${APP_TARGET_DIR}"
0 commit comments