diff options
Diffstat (limited to 'linden/indra/newview/linux_tools/launch_url.sh')
-rwxr-xr-x | linden/indra/newview/linux_tools/launch_url.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/linux_tools/launch_url.sh b/linden/indra/newview/linux_tools/launch_url.sh index a1c6f5d..e6450ad 100755 --- a/linden/indra/newview/linux_tools/launch_url.sh +++ b/linden/indra/newview/linux_tools/launch_url.sh | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/bash |
2 | # Script tested with: bash 1.14, bash 3.1.17, zsh 4.2.5, ksh 1993-12-28 | ||
3 | 2 | ||
4 | # This script loads a web page in the 'default' graphical web browser. | 3 | # This script loads a web page in the 'default' graphical web browser. |
5 | # It MUST return immediately (or soon), so the browser should be | 4 | # It MUST return immediately (or soon), so the browser should be |