[Libreoffice-commits] .: android/Bootstrap

Michael Meeks michael at kemper.freedesktop.org
Wed May 23 07:59:13 PDT 2012


 android/Bootstrap/src/org/libreoffice/android/Bootstrap.java |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1bb9a60a9609422c5b74dc547ddb358afbed03f5
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed May 23 15:58:01 2012 +0100

    android: un-break env. var parsing (sorry)

diff --git a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
index 12afc8c..6f41bf0 100644
--- a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
+++ b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
@@ -191,6 +191,7 @@ public class Bootstrap extends NativeActivity
         while (argv.length > 0 &&
                argv[0].matches("[A-Z_]+=.*")) {
             putenv(argv[0]);
+            argv = Arrays.copyOfRange(argv, 1, argv.length-1);
         }
 
         // argv[0] will be replaced by android_main() in lo-bootstrap.c by the


More information about the Libreoffice-commits mailing list