aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/wrapper.sh
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:27 -0500
committerJacek Antonelli2008-08-15 23:45:27 -0500
commita8a62201ba762e98dff92cf49033e577fc34d8d4 (patch)
tree11f8513c5cdc222f2fac0c93eb724c089803c200 /linden/indra/newview/linux_tools/wrapper.sh
parentSecond Life viewer sources 1.18.6.4-RC (diff)
downloadmeta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.zip
meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.tar.gz
meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.tar.bz2
meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.tar.xz
Second Life viewer sources 1.19.0.0
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index 638a0f0..4ed0609 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -59,7 +59,8 @@ fi
59## Nothing worth editing below this line. 59## Nothing worth editing below this line.
60##------------------------------------------------------------------- 60##-------------------------------------------------------------------
61 61
62RUN_PATH=`dirname "$0" || echo .` 62SCRIPTSRC=`readlink -f "$0" || echo "$0"`
63RUN_PATH=`dirname "${SCRIPTSRC}" || echo .`
63cd "${RUN_PATH}" 64cd "${RUN_PATH}"
64 65
65# Re-register the secondlife:// protocol handler every launch, for now. 66# Re-register the secondlife:// protocol handler every launch, for now.
@@ -116,7 +117,5 @@ echo
116echo '*********************************************************' 117echo '*********************************************************'
117echo 'This is an ALPHA release of the Second Life linux client.' 118echo 'This is an ALPHA release of the Second Life linux client.'
118echo 'Thank you for testing!' 119echo 'Thank you for testing!'
119echo 'You can visit the Linux Client Alpha Testers forum at:'
120echo 'http://forums.secondlife.com/forumdisplay.php?forumid=263'
121echo 'Please see README-linux.txt before reporting problems.' 120echo 'Please see README-linux.txt before reporting problems.'
122echo 121echo