diff options
author | Jacek Antonelli | 2008-10-14 20:04:32 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-14 20:29:58 -0500 |
commit | d9efc718418e6b16cd390aaaeea9cc82cdf151c4 (patch) | |
tree | 0d3e0020c41e0d5ca91d7a1b99a136d499cf3a29 /linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | |
parent | Rebranded platform-independent/shared installer/support files. (diff) | |
download | meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.zip meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.tar.gz meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.tar.bz2 meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.tar.xz |
Rebranded Linux-specific installer/support files.
Replaced instances of "Second Life" with "Imprudence", etc.
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh index 7ff86d1..3613070 100755 --- a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh +++ b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | |||
@@ -13,5 +13,5 @@ fi | |||
13 | RUN_PATH=`dirname "$0" || echo .` | 13 | RUN_PATH=`dirname "$0" || echo .` |
14 | cd "${RUN_PATH}" | 14 | cd "${RUN_PATH}" |
15 | 15 | ||
16 | exec ./secondlife -url \'"${URL}"\' | 16 | exec ./imprudence -url \'"${URL}"\' |
17 | 17 | ||