[ooo-build-commit] Branch 'ooo-build-3-1-1' - patches/dev300

René Engelhard rene at kemper.freedesktop.org
Sun Dec 6 10:09:20 PST 2009


 patches/dev300/sensible-browser.diff |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 20a977a82047c1627483c9e86dbd128f656173b6
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Dec 6 19:08:11 2009 +0100

    add missing exit 0 to sensible-browser
    
    * patches/dev300/sensible-browser.diff:

diff --git a/patches/dev300/sensible-browser.diff b/patches/dev300/sensible-browser.diff
index 8d1a6a5..d1c229f 100644
--- a/patches/dev300/sensible-browser.diff
+++ b/patches/dev300/sensible-browser.diff
@@ -48,12 +48,13 @@ retrieving revision 1.2
 diff -u -u -r1.2 open-url.sh
 --- shell/source/unix/misc/open-url.sh	10 May 2004 13:08:30 -0000	1.2
 +++ shell/source/unix/misc/open-url.sh	6 Jun 2005 09:43:06 -0000
-@@ -116,6 +116,8 @@
+@@ -116,6 +116,9 @@
    if [ $BROWSER ]; then
      $BROWSER $1 &
      exit 0
 +  elif [ -x /usr/bin/sensible-browser ]; then
 +    sensible-browser "$1"
++    exit 0
    else
      # mozilla derivates may need -remote semantics
      for i in mozilla netscape firefox; do


More information about the ooo-build-commit mailing list