diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-13 15:53:17 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-13 15:53:17 +0000 |
commit | e66fc02224062e631a816fa9ed8de62f7cb83f83 (patch) | |
tree | 27382b48dc6113b0f4bfcaa0b202e2d114199242 | |
parent | a7b8b51a5aabfbe58a904896fb1e7a1c812c2bc6 (diff) |
Remove reference to mozilla in the linux viewer launch-script.
-rwxr-xr-x | indra/newview/linux_tools/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index 3209654498..f84102e1fb 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -118,7 +118,7 @@ if [ -n "$LL_TCMALLOC" ]; then fi fi -export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}"' +export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}"' export SL_CMD='$LL_WRAPPER bin/do-not-directly-run-secondlife-bin' export SL_OPT="`cat etc/gridargs.dat` $@" |