diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 4 |
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. |
97 | if [ "${LD_LIBRARY_PATH+isset}" = "isset" ]; then | 97 | export SAVED_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" |
98 | export SAVED_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" | ||
99 | fi | ||
100 | 98 | ||
101 | if [ -n "$LL_TCMALLOC" ]; then | 99 | if [ -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' |