[Libreoffice-commits] core.git: desktop/scripts

Stephan Bergmann sbergman at redhat.com
Sat Feb 4 15:34:51 UTC 2017


 desktop/scripts/soffice.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7ba0b28cc3ac82f5c5c6d7e2536cb89771041893
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Feb 4 16:34:15 2017 +0100

    Unbreak soffice.sh
    
    Change-Id: I8c827db4c16a4a169dd710787bf9beb123ddc7b6

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index c6d630a..aafc985 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -168,7 +168,7 @@ LC_ALL="$LO_SAVE_LC_ALL"
 
 # run soffice.bin directly when you want to get the backtrace
 if [ -n "$GDBTRACECHECK" ] ; then
-    exec "$GDBTRACECHECK" "$sd_prog/soffice.bin" "$@"
+    exec $GDBTRACECHECK "$sd_prog/soffice.bin" "$@"
 fi
 
 # valgrind --log-file=valgrind.log does not work well with --trace-children=yes
@@ -178,4 +178,4 @@ if [ -n "$VALGRINDCHECK" ] && [ -z "$VALGRIND" ] ; then
 fi
 
 # oosplash does the rest: forcing pages in, javaldx etc. are
-exec "$RRCHECK" "$VALGRINDCHECK" "$STRACECHECK" "$sd_prog/oosplash" "$@"
+exec $RRCHECK $VALGRINDCHECK $STRACECHECK "$sd_prog/oosplash" "$@"


More information about the Libreoffice-commits mailing list