diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/linux_tools/wrapper.sh | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index 1b7d6b8..eaa2f61 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh | |||
@@ -43,7 +43,7 @@ | |||
43 | ## in the bin directory will be stripped: you should replace it with | 43 | ## in the bin directory will be stripped: you should replace it with |
44 | ## an unstripped binary before you run. | 44 | ## an unstripped binary before you run. |
45 | #export LL_WRAPPER='gdb --args' | 45 | #export LL_WRAPPER='gdb --args' |
46 | #export LL_WRAPPER='valgrind --smc-check=all --log-file=secondlife.vg --leak-check=full --suppressions=/usr/lib/valgrind/glibc-2.5.supp --suppressions=secondlife-i686.supp' | 46 | #export LL_WRAPPER='valgrind --smc-check=all --error-limit=no --log-file=secondlife.vg --leak-check=full --suppressions=/usr/lib/valgrind/glibc-2.5.supp --suppressions=secondlife-i686.supp' |
47 | 47 | ||
48 | ## - Avoids an often-buggy X feature that doesn't really benefit us anyway. | 48 | ## - Avoids an often-buggy X feature that doesn't really benefit us anyway. |
49 | export SDL_VIDEO_X11_DGAMOUSE=0 | 49 | export SDL_VIDEO_X11_DGAMOUSE=0 |
@@ -104,7 +104,7 @@ if [ -n "$LL_RUN_ERR" ]; then | |||
104 | if [ "$LL_RUN_ERR" = "runerr" ]; then | 104 | if [ "$LL_RUN_ERR" = "runerr" ]; then |
105 | # generic error running the binary | 105 | # generic error running the binary |
106 | echo '*** Unclean shutdown. ***' | 106 | echo '*** Unclean shutdown. ***' |
107 | if [ "`arch`" = "x86_64" ]; then | 107 | if [ "`uname -m`" = "x86_64" ]; then |
108 | echo | 108 | echo |
109 | cat << EOFMARKER | 109 | cat << EOFMARKER |
110 | You are running the Second Life Viewer on a x86_64 platform. The | 110 | You are running the Second Life Viewer on a x86_64 platform. The |