aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/wrapper.sh
diff options
context:
space:
mode:
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