aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index e188abe..dfe19c1 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -94,9 +94,7 @@ cd "${RUN_PATH}"
94./register_secondlifeprotocol.sh 94./register_secondlifeprotocol.sh
95## Before we mess with LD_LIBRARY_PATH, save the old one to restore for 95## Before we mess with LD_LIBRARY_PATH, save the old one to restore for
96## subprocesses that care. 96## subprocesses that care.
97if [ "${LD_LIBRARY_PATH+isset}" = "isset" ]; then 97export SAVED_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
98 export SAVED_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
99fi
100 98
101if [ -n "$LL_TCMALLOC" ]; then 99if [ -n "$LL_TCMALLOC" ]; then
102 tcmalloc_libs='/usr/lib/libtcmalloc.so.0 /usr/lib/libstacktrace.so.0 /lib/libpthread.so.0' 100 tcmalloc_libs='/usr/lib/libtcmalloc.so.0 /usr/lib/libstacktrace.so.0 /lib/libpthread.so.0'