diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/linux_tools/wrapper.sh | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index 10041ee..638a0f0 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh | |||
@@ -61,6 +61,10 @@ fi | |||
61 | 61 | ||
62 | RUN_PATH=`dirname "$0" || echo .` | 62 | RUN_PATH=`dirname "$0" || echo .` |
63 | cd "${RUN_PATH}" | 63 | cd "${RUN_PATH}" |
64 | |||
65 | # Re-register the secondlife:// protocol handler every launch, for now. | ||
66 | ./register_secondlifeprotocol.sh | ||
67 | |||
64 | if [ -n "$LL_TCMALLOC" ]; then | 68 | if [ -n "$LL_TCMALLOC" ]; then |
65 | tcmalloc_libs='/usr/lib/libtcmalloc.so.0 /usr/lib/libstacktrace.so.0 /lib/libpthread.so.0' | 69 | tcmalloc_libs='/usr/lib/libtcmalloc.so.0 /usr/lib/libstacktrace.so.0 /lib/libpthread.so.0' |
66 | all=1 | 70 | all=1 |