Skip to content

Commit 4c0f6a4

Browse files
authored
Merge pull request #12 from gaffneyc/master
Fixes PATH to play nice with other buildpacks
2 parents f2fc0aa + 55b9653 commit 4c0f6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ configure_app_env_vars() {
8484
# These exports must point to /app, because the profile is
8585
# executed in a running dyno, not the buildpack environment
8686
cat <<EOF > "${BUILD_DIR}/.profile.d/freetds.sh"
87-
export PATH="${APP_TARGET_DIR}/bin:$PATH"
87+
export PATH="${APP_TARGET_DIR}/bin:\$PATH"
8888
# tiny_tds extconf.rb uses FREETDS_DIR
8989
# https://github.com/rails-sqlserver/tiny_tds/blob/5046755ca91594003f8b3ca541d136f3ed859973/ext/tiny_tds/extconf.rb#L36-L38
9090
export FREETDS_DIR="${APP_TARGET_DIR}"

0 commit comments

Comments
 (0)