Skip to content

Commit c29f6ed

Browse files
committed
Fix typos
1 parent 9bbf99e commit c29f6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ EOF
142142
# See https://github.com/rails-sqlserver/tiny_tds/issues/210 https://github.com/rails-sqlserver/tiny_tds/issues/74 https://github.com/rails-sqlserver/tiny_tds/issues/50
143143
export FREETDS_DIR="${APP_TARGET_DIR}"
144144
export LD_LIBRARY_PATH="${APP_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
145-
export LD_RUN_PATH="${APP_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
145+
export LD_RUN_PATH="${APP_TARGET_DIR}/lib:${LD_RUN_PATH:-/usr/local/lib}"
146146
export LIBRARY_PATH="${APP_TARGET_DIR}/lib:${LIBRARY_PATH:-/usr/local/lib}"
147147
EOF
148148
chmod +x "${BUILD_DIR}/.profile.d/freetds.sh"
@@ -160,7 +160,7 @@ info "Install of FreeTDS ${FREETDS_VERSION} complete"
160160
export PATH="${BUILD_TARGET_DIR}/bin:$PATH"
161161
export FREETDS_DIR="${BUILD_TARGET_DIR}"
162162
export LD_LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
163-
export LD_RUN_PATH="${BUILD_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
163+
export LD_RUN_PATH="${BUILD_TARGET_DIR}/lib:${LD_RUN_PATH:-/usr/local/lib}"
164164
export LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LIBRARY_PATH:-/usr/local/lib}"
165165
# give environment to later buildpacks
166166
export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LIBRARY_PATH|FREETDS_DIR)=' > "${LP_DIR}/export"

0 commit comments

Comments
 (0)