summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-04 16:34:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-04 16:34:15 +0100
commit7ba0b28cc3ac82f5c5c6d7e2536cb89771041893 (patch)
tree7df9cb24010941fd9b74645154e9563d3ea70acc /desktop
parentfa9c00760bd6ab39437cee6bc112024009e67b58 (diff)
Unbreak soffice.sh
Change-Id: I8c827db4c16a4a169dd710787bf9beb123ddc7b6
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/scripts/soffice.sh4
1 files changed, 2 insertions, 2 deletions
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" "$@"