diff options
| author | Brian McGroarty <soft@lindenlab.com> | 2007-10-11 19:43:20 +0000 | 
|---|---|---|
| committer | Brian McGroarty <soft@lindenlab.com> | 2007-10-11 19:43:20 +0000 | 
| commit | 788c18c00db8dabdbcdc0ab1af2cf35c24eec8e9 (patch) | |
| tree | 7958a7cd0bda16382fcbf88a9b2d0bb63148228b /indra/newview/linux_tools | |
| parent | 1b550aaec246063090fe7143145d69eebfbd4680 (diff) | |
Merge maint-viewer @ r71064
Diffstat (limited to 'indra/newview/linux_tools')
| -rwxr-xr-x | indra/newview/linux_tools/launch_url.sh | 3 | ||||
| -rwxr-xr-x | indra/newview/linux_tools/wrapper.sh | 3 | 
2 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/linux_tools/launch_url.sh b/indra/newview/linux_tools/launch_url.sh index a1c6f5dbd9..e6450ad5ff 100755 --- a/indra/newview/linux_tools/launch_url.sh +++ b/indra/newview/linux_tools/launch_url.sh @@ -1,5 +1,4 @@ -#!/bin/sh -# Script tested with: bash 1.14, bash 3.1.17, zsh 4.2.5, ksh 1993-12-28 +#!/bin/bash  # This script loads a web page in the 'default' graphical web browser.  # It MUST return immediately (or soon), so the browser should be diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index f720fc0ec1..10041ee255 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -1,5 +1,4 @@ -#!/bin/sh -# Script tested with: bash 1.14, bash 3.1.17, zsh 4.2.5, ksh 1993-12-28 +#!/bin/bash  ## Here are some configuration options for Linux Client Alpha Testers.  ## These options are for self-assisted troubleshooting during this alpha  | 
