diff options
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 5 |
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 | ||
62 | RUN_PATH=`dirname "$0" || echo .` | 62 | SCRIPTSRC=`readlink -f "$0" || echo "$0"` |
63 | RUN_PATH=`dirname "${SCRIPTSRC}" || echo .` | ||
63 | cd "${RUN_PATH}" | 64 | cd "${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 | |||
116 | echo '*********************************************************' | 117 | echo '*********************************************************' |
117 | echo 'This is an ALPHA release of the Second Life linux client.' | 118 | echo 'This is an ALPHA release of the Second Life linux client.' |
118 | echo 'Thank you for testing!' | 119 | echo 'Thank you for testing!' |
119 | echo 'You can visit the Linux Client Alpha Testers forum at:' | ||
120 | echo 'http://forums.secondlife.com/forumdisplay.php?forumid=263' | ||
121 | echo 'Please see README-linux.txt before reporting problems.' | 120 | echo 'Please see README-linux.txt before reporting problems.' |
122 | echo | 121 | echo |