Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Remove setting of LD_LIBRARY_PATH because we want to set it in docker…
Browse files Browse the repository at this point in the history
… image
  • Loading branch information
weshaggard committed Aug 10, 2017
1 parent a629757 commit e7e64c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ OSName=$(uname -s)
redhatRelease=$(</etc/redhat-release)
if [[ $redhatRelease == "CentOS release 6."* || $redhatRelease == "Red Hat Enterprise Linux Server release 6."* ]]; then
__DOTNET_PKG=dotnet-dev-rhel.6-x64
# Needed to enable the OS dynamic library loader to see our custom icu and curl libraries
export LD_LIBRARY_PATH=/usr/local/lib
fi
fi

Expand Down

0 comments on commit e7e64c8

Please sign in to comment.