diff options
| author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-22 15:10:15 -0700 |
|---|---|---|
| committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-22 15:10:15 -0700 |
| commit | b012a60951f612b9a2c912dd64c00a3b09af5d3f (patch) | |
| tree | 7abaf82d1eed4e8cb19458b76325bd2bb4d0ec6d /indra/newview/linux_tools/wrapper.sh | |
| parent | baa73fddd9287ddafd2d31551cb253b355ed910a (diff) | |
| parent | 85758bdfcf4dc1bdf9845cd4192dc6035acb5795 (diff) | |
Merge with trunk
Diffstat (limited to 'indra/newview/linux_tools/wrapper.sh')
| -rwxr-xr-x | indra/newview/linux_tools/wrapper.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index e188abe5d2..dfe19c1232 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -94,9 +94,7 @@ cd "${RUN_PATH}" ./register_secondlifeprotocol.sh ## Before we mess with LD_LIBRARY_PATH, save the old one to restore for ## subprocesses that care. -if [ "${LD_LIBRARY_PATH+isset}" = "isset" ]; then - export SAVED_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" -fi +export SAVED_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" if [ -n "$LL_TCMALLOC" ]; then tcmalloc_libs='/usr/lib/libtcmalloc.so.0 /usr/lib/libstacktrace.so.0 /lib/libpthread.so.0' |
