From 7ba0b28cc3ac82f5c5c6d7e2536cb89771041893 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 4 Feb 2017 16:34:15 +0100 Subject: Unbreak soffice.sh Change-Id: I8c827db4c16a4a169dd710787bf9beb123ddc7b6 --- desktop/scripts/soffice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/scripts') diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index c6d630aca509..aafc9859c483 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" "$@" -- cgit